Skip to content

Commit

Permalink
r/aws_elb: fix typo in test config
Browse files Browse the repository at this point in the history
  • Loading branch information
roberth-k committed Aug 20, 2020
1 parent fcde458 commit c4e02e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aws/resource_aws_elb_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2058,8 +2058,8 @@ resource "aws_subnet" "public_b_one" {
cidr_block = "10.1.7.0/24"
availability_zone = data.aws_availability_zones.available.names[1]
gs = {
Name = "tf-acc-elb-subnet-swap-b-on
tags = {
Name = "tf-acc-elb-subnet-swap-b-one"
}
}
Expand Down

0 comments on commit c4e02e1

Please sign in to comment.