Skip to content
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

fix for deprecation warnings related to autoscaling policies #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jcharette
Copy link
Member

This is a fix for the deprecation warnings related to terraform's autoscaling changes.

Warnings:

  • module.node.aws_appautoscaling_policy.default-down: "adjustment_type": [DEPRECATED] Use step_scaling_policy_configuration -> adjustment_type instead
  • module.node.aws_appautoscaling_policy.default-down: "cooldown": [DEPRECATED] Use step_scaling_policy_configuration -> cooldown instead
  • module.node.aws_appautoscaling_policy.default-down: "metric_aggregation_type": [DEPRECATED] Use step_scaling_policy_configuration -> metric_aggregation_type instead
  • module.node.aws_appautoscaling_policy.default-down: "step_adjustment": [DEPRECATED] Use step_scaling_policy_configuration -> step_adjustment instead
  • module.node.aws_appautoscaling_policy.default-up: "adjustment_type": [DEPRECATED] Use step_scaling_policy_configuration -> adjustment_type instead
  • module.node.aws_appautoscaling_policy.default-up: "cooldown": [DEPRECATED] Use step_scaling_policy_configuration -> cooldown instead
  • module.node.aws_appautoscaling_policy.default-up: "metric_aggregation_type": [DEPRECATED] Use step_scaling_policy_configuration -> metric_aggregation_type instead
  • module.node.aws_appautoscaling_policy.default-up: "step_adjustment": [DEPRECATED] Use step_scaling_policy_configuration -> step_adjustment instead

@jcharette
Copy link
Member Author

@TerribleDev
Copy link
Member

@jcharette 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants