.. | ||
.terraform.lock.hcl | ||
main.tf | ||
README.md | ||
state-s3.tf | ||
variables.tf |
state
This terraform infra creates mandatory s3 bucket & dynamo db for locks to handle terraform's states.
Usage
$ terraform init
$ terraform plan -out tf.plan
$ terraform apply tf.plan
...
$