module.networking.module.bastion.aws_autoscaling_group.bastion: aws_autoscaling_group.bastion: diffs didn't match during apply. This is a bug with Terraform and should be reported as a GitHub Issue. #3186
Labels
bug
Addresses a defect in current functionality.
service/autoscaling
Issues and PRs that pertain to the autoscaling service.
This issue was originally opened by @cmattoon as hashicorp/terraform#17230. It was migrated here as a result of the provider split. The original body of the issue is below.
My goal here is to create two autoscaling groups (among all of the other networking, security, etc)
aws_cloudformation_stack
(n=1)
provisioned with Terraform. The error appears to be happening here.I'm currently developing this set of files, so it very well may be user error. The CloudFormation stack failure is likely a separate issue I'm debugging (networking/security-related). I seem to get this error off-and-on, so I'm adding some initial details here.
It looks like the diff points here:
aws_autoscaling_group.bastion.availability_zones = "${split(",", var.azs)}"
Where
"${var.azs}" == "us-west-2a,us-west-2b,us-west-2c"
https://gist.github.com/cmattoon/5b339d6616006ef5591a05e5645062a5
The text was updated successfully, but these errors were encountered: