tfscaffold
tfscaffold copied to clipboard
When bootstrapping for the first time, it's possible to get into a state where the S3 state bucket when initially created has the correct name but is placed in the...
AWS Provider v4.x splits out a number of S3 bucket configuration blocks into independent S3 resources. The legacy configuration prevents bootstrapping of a new tfscaffold project on the current version...
So- when I'm trying to pass additional arguments to terraform call after `--`, those arguments aren't being propagated to any terraform call. Example invocation: ``` bash -x ./bin/terraform.sh --action plan...
This project sounds really great! But I am unsure how to use it. Current situation: 50 projects with their own Terraform states in S3. All of them have some variables...
Add the start of Azure support, based on @kais58 's GCP work in https://github.com/tfutils/tfscaffold/pull/18
This splits AWS specific commands into their own section and adds gcloud equivalents as an option, without new option specified defaults to aws to maintain compatibility and also adds and...
These changes add encryption and additional protection to the state bucket, and to also require encryption when accessing/modifying state files. Additionally, a lock table is added into dynamo with the...
Hello, We're using tfscaffold along with Terraform 0.12.6. Tf 12 returns the following warning when we run a component. > Warning: Value for undeclared variable on ...../terraform/etc/env_eu-west-1_staging.tfvars line 28: 28:...
The version of TF used for bootstrap is way out of date so has been updated, as has the S3 bucket resources (I know thats technically a duplicate of another...