Skip to content

Commit

Permalink
Correction after rename of aws_availability_zones data source.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewbankkit committed Aug 6, 2020
1 parent 9306886 commit 41d077e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/resource_aws_instance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3364,7 +3364,7 @@ func testAccInstanceConfigAtLeastOneOtherEbsVolume(rName string) string {
# Ensure that there is at least 1 EBS volume in the current region.
# See https://github.com/hashicorp/terraform/issues/1249.
resource "aws_ebs_volume" "test" {
availability_zone = data.aws_availability_zones.current.names[0]
availability_zone = data.aws_availability_zones.available.names[0]
size = 5
tags = {
Expand Down

0 comments on commit 41d077e

Please sign in to comment.