Adam Yaziji
Adam Yaziji
Im having the same issue 
I'm having this issue also. Currently using [1.7.0](https://github.com/tfutils/tfscaffold/releases/tag/v1.7.0). The command I am using is ``` tplan () { ./bin/terraform.sh -a 'plan' -c $1 -e $2 -p 'foo' -r 'eu-west-1' -b...
Hey, is there any update on this? I think I'm running into the same issue. I've attached two screenshots. The first line is the only one to have the correct...
Hi, I noticed that neither `aws.appautoscaling.Policy` or `aws.appautoscaling.PolicyStepScalingPolicyConfigurationArgs` support attaching cloudwatch alarms to the scaling policy. This is possible via the AWS console but I can't see a way of...
Ah so it looks like you need to attach the scaling policy to the cloudwatch alarm as an `alarm_action`. Seems like there is disparity between how it's provisioned in AWS...