-
-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
names #11
Comments
Hi @okanaiki, thanks for your message, glad you find the modules useful. I don't understand the message, is there anything not working? |
In this setup to make it work as expected i changed to resource "aws_appautoscaling_policy" "ecs_policy" from resource "aws_appautoscaling_policy" "scale_down_policy" and added this variables to all the modules from setup to main https://github.com/cn-terraform/terraform-aws-ecs-fargate then autoscaling for ecs start to work as expected |
` AWS Auto Scaling - Scaling Up Policy#------------------------------------------------------------------------------ #------------------------------------------------------------------------------ AWS Auto Scaling - Scaling Down Policy#------------------------------------------------------------------------------ #------------------------------------------------------------------------------ AWS Auto Scaling - Scaling Target#------------------------------------------------------------------------------ |
resource "aws_appautoscaling_policy" "ecs_policy"
resource "aws_appautoscaling_target" "ecs_target"
Hi. This should be used to make it work on ECS
Thanks for the modules!
The text was updated successfully, but these errors were encountered: