-
-
Notifications
You must be signed in to change notification settings - Fork 345
Open
Description
Describe the bug
With AWS v6.0.0 provider, the following attribute is deprecated:
│ Warning: Deprecated attribute
│
│ on .terraform/modules/runner-windows/docker_autoscaler_policy.tf line 19, in resource "aws_iam_policy" "instance_docker_autoscaler_policy":
│ 19: aws_region = data.aws_region.current.name
│
│ The attribute "name" is deprecated. Refer to the provider documentation for
│ details.
To Reproduce
Steps to reproduce the behavior:
- Use AWS v6.0.0 provider (required since VPC module for AWS v6.00)
tofu validate
/tofu plan
- Observe deprecation warning
Expected behavior
No warning.
Additional context
/
Metadata
Metadata
Assignees
Labels
No labels