Skip to content

Commit

Permalink
Merge pull request #1218 from terraform-providers/b-asg-vpc-zone-id-fix
Browse files Browse the repository at this point in the history
r/asg: Fix TestAccAWSAutoScalingGroup_VpcUpdates
  • Loading branch information
radeksimko authored Jul 24, 2017
2 parents 5749e79 + 6d7d154 commit 32d8662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/resource_aws_autoscaling_group_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ func TestAccAWSAutoScalingGroup_VpcUpdates(t *testing.T) {
resource.TestCheckResourceAttr(
"aws_autoscaling_group.bar", "availability_zones.2487133097", "us-west-2a"),
resource.TestCheckResourceAttr(
"aws_autoscaling_group.bar", "vpc_zone_identifier.#", "1"),
"aws_autoscaling_group.bar", "vpc_zone_identifier.#", "0"),
),
},

Expand Down

0 comments on commit 32d8662

Please sign in to comment.