terraform:start
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| terraform:start [07/10/2025 09:47] – [State files and Lock files] andrew | terraform:start [07/10/2025 10:03] (current) – [State files and Lock files] andrew | ||
|---|---|---|---|
| Line 134: | Line 134: | ||
| Then, we can add the state file bucket to the AWS provider code:- | Then, we can add the state file bucket to the AWS provider code:- | ||
| - | <code terraform> | + | <file yaml terraform.tf> |
| terraform { | terraform { | ||
| required_version = ">= 1.2" | required_version = ">= 1.2" | ||
| Line 151: | Line 151: | ||
| } | } | ||
| - | </code> | + | </file> |
| - | Updates to lockfile - previously DynamoDb was used frequently for lock files, this can be stored in S3 along with the state:- | + | **Updates to lockfile** - previously DynamoDb was used frequently for lock files, this can be stored in S3 along with the state:- |
| - | < | + | < |
| terraform { | terraform { | ||
| required_version = ">= 1.12" | required_version = ">= 1.12" | ||
terraform/start.1759830437.txt.gz · Last modified: by andrew
