avx-pmarie-aws-infra/init-state/README.md

17 lines
213 B
Markdown
Raw Permalink Normal View History

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
```sh
$ terraform init
$ terraform plan -out tf.plan
$ terraform apply tf.plan
...
$
```