17 lines
213 B
Markdown
17 lines
213 B
Markdown
|
# 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
|
||
|
...
|
||
|
|
||
|
$
|
||
|
```
|
||
|
|
||
|
|