Skip to content

Commit

Permalink
tag some sub-resources of this test
Browse files Browse the repository at this point in the history
  • Loading branch information
catsby committed Oct 30, 2017
1 parent d664b29 commit 954feb8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions aws/resource_aws_rds_cluster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -444,12 +444,18 @@ resource "aws_subnet" "a" {
vpc_id = "${aws_vpc.test.id}"
cidr_block = "10.0.0.0/24"
availability_zone = "us-west-2a"
tags {
Name = "testAccAWSClusterConfig_namePrefix"
}
}
resource "aws_subnet" "b" {
vpc_id = "${aws_vpc.test.id}"
cidr_block = "10.0.1.0/24"
availability_zone = "us-west-2b"
tags {
Name = "testAccAWSClusterConfig_namePrefix"
}
}
resource "aws_db_subnet_group" "test" {
Expand Down

0 comments on commit 954feb8

Please sign in to comment.