-
-
Notifications
You must be signed in to change notification settings - Fork 115
Open
Labels
bug🐛 An issue with the system🐛 An issue with the system
Description
Describe the Bug
Terraform AWS provider deprecated name attribute in favor of region in version 6.0.0
Terraform plan show deprecation warning:
╷
│ Warning: Deprecated attribute
│
│ on main.tf line 9, in locals:
│ 9: data.aws_region.default.name == "us-east-1" ? "compute-1" : format("%s.compute", data.aws_region.default.name)
│
│ The attribute "name" is deprecated. Refer to the provider documentation for
│ details.
│
│ (and 3 more similar warnings elsewhere)
╵
Expected Behavior
Not showing the warning
Steps to Reproduce
terraform plan with aws provider >= 6.0.0
Screenshots
No response
Environment
No response
Additional Context
No response
Metadata
Metadata
Assignees
Labels
bug🐛 An issue with the system🐛 An issue with the system