Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
DrFaust92 committed Oct 3, 2020
1 parent 3e0a7a6 commit b5a73f4
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions aws/resource_aws_mq_broker_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1283,37 +1283,7 @@ resource "aws_mq_broker" "test" {
groups = ["admin"]
}
}
<<<<<<< HEAD
`, sgName, brokerName)
}

func testAccMqBrokerConfig_updateTags1(sgName, brokerName string) string {
return fmt.Sprintf(`
resource "aws_security_group" "test" {
name = "%s"
}
resource "aws_mq_broker" "test" {
apply_immediately = true
broker_name = "%s"
engine_type = "ActiveMQ"
engine_version = "5.15.0"
host_instance_type = "mq.t2.micro"
security_groups = [aws_security_group.test.id]
user {
username = "Test"
password = "TestTest1234"
}
tags = {
env = "test"
}
}
`, sgName, brokerName)
=======
`, rName)
>>>>>>> af3ba3366... refactor more names + tags tests to std
}

func testAccMqBrokerConfigTags1(rName, tagKey1, tagValue1 string) string {
Expand Down

0 comments on commit b5a73f4

Please sign in to comment.