Skip to content

frozenfoxx/terraform-bricksandblocks

Repository files navigation

terraform-bricksandblocks

TerraForm code for deploying BricksAndBlocks infrastructure.

Requirements

Configuration

  • Make a copy of env.dist called .env
  • Fill in appropriate values for .env
  • Make a copy of main.auto.tfvars.example called main.auto.tfvars
  • Fill in appropriate values for main.auto.tfvars
  • Log into Terraform Cloud with terraform login
  • Add submodule for taskfiles and run setup task
task setup

Usage

  • reinitialize Terraform: rm -rf .terraform && terraform init
  • redeploy a resource: terraform destroy -target=[resource provider].[resource] --auto-approve && terraform apply --auto-approve

About

TerraForm code for deploying BricksAndBlocks infrastructure

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published