Closed emoshaya closed 1 year ago
This issue has been automatically marked as stale because it has been open 30 days with no activity. Remove stale label or comment or this issue will be closed in 10 days
This issue was automatically closed because of stale in 10 days
I'm going to lock this issue because it has been closed for 30 days β³. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
This issue has been resolved in version 7.0.0 :tada:
I'm trying to import the follow resource into this module but it seems I'm unable to pass in multiple step_adjustment blocks as in the example below:
When I try the following config:
I get the following error:
β Error: Unsupported attribute β β on .terraform/modules/aws.autoscaling/main.tf line 915, in resource "aws_autoscaling_policy" "this": β 915: scaling_adjustment = step_adjustment.value.scaling_adjustment β βββββββββββββββββ β β step_adjustment.value is tuple with 2 elements β β This value does not have any attributes.