avx-pmarie-aws-infra/init-state
2023-04-04 17:01:16 +02:00
..
.terraform.lock.hcl Initial commit. 2022-07-01 14:12:11 +02:00
main.tf Terraform providers upgrades. 2023-04-04 17:01:16 +02:00
README.md Initial commit. 2022-07-01 14:12:11 +02:00
state-s3.tf Initial commit. 2022-07-01 14:12:11 +02:00
variables.tf Initial commit. 2022-07-01 14:12:11 +02:00

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
...

$