1.10 upgrade guide: sidebar update and -reconfigure callout

pull/36153/head
Liam Cervante 1 year ago
parent 017c8d2ccb
commit 4af4ffa7c5

@ -1087,7 +1087,7 @@
]
},
{
"title": "Upgrading to Terraform v1.9",
"title": "Upgrading to Terraform v1.10",
"path": "upgrade-guides"
},
{

@ -29,6 +29,8 @@ keywords from moved blocks will need to prepend the reference identifier with `r
## S3 Backend
Executing `terraform init -reconfigure` is required after updating to Terraform v1.10. This removes the [deprecated fields](#root-assume-role-attribute-removal) from the internal state file.
### S3 Native State Locking
The S3 backend now supports S3 native state locking as an opt-in, experimental feature.
@ -57,6 +59,7 @@ In a future minor version of Terraform the experimental label will be removed fr
Several root level attributes related to IAM role assumption which were previously deprecated have been removed.
Each removed field has an analogous field inside the [`assume_role` block](https://developer.hashicorp.com/terraform/language/backend/s3#assume-role-configuration) which should be used instead.
| Removed | Replacement |
| --- | --- |
| `role_arn` | `assume_role.role_arn` |

Loading…
Cancel
Save