You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.
When running this with TF 0.11.x these warnings are shown:
Warning: output "asg_name": must use splat syntax to access aws_autoscaling_group.autoscaling_group attribute "name", because it has "count" set; use aws_autoscaling_group.autoscaling_group.*.name to obtain a list of the attributes across all instances
Warning: output "cluster_size": must use splat syntax to access aws_autoscaling_group.autoscaling_group attribute "desired_capacity", because it has "count" set; use aws_autoscaling_group.autoscaling_group.*.desired_capacity to obtain a list of the attributes across all instances
Warning: output "launch_config_name": must use splat syntax to access aws_launch_configuration.launch_configuration attribute "name", because it has "count" set; use aws_launch_configuration.launch_configuration.*.name to obtain a list of the attributes across all instances
The text was updated successfully, but these errors were encountered:
When running this with TF 0.11.x these warnings are shown:
Warning: output "asg_name": must use splat syntax to access aws_autoscaling_group.autoscaling_group attribute "name", because it has "count" set; use aws_autoscaling_group.autoscaling_group.*.name to obtain a list of the attributes across all instances
Warning: output "cluster_size": must use splat syntax to access aws_autoscaling_group.autoscaling_group attribute "desired_capacity", because it has "count" set; use aws_autoscaling_group.autoscaling_group.*.desired_capacity to obtain a list of the attributes across all instances
Warning: output "launch_config_name": must use splat syntax to access aws_launch_configuration.launch_configuration attribute "name", because it has "count" set; use aws_launch_configuration.launch_configuration.*.name to obtain a list of the attributes across all instances
The text was updated successfully, but these errors were encountered: