Skip to content

Commit

Permalink
tags { -> tags = {
Browse files Browse the repository at this point in the history
  • Loading branch information
katbyte committed Apr 18, 2019
1 parent 4966ffb commit 0259773
Show file tree
Hide file tree
Showing 13 changed files with 35 additions and 28 deletions.
7 changes: 7 additions & 0 deletions \
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Merge branch 'master' into 012/early4

# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
4 changes: 2 additions & 2 deletions azurerm/resource_arm_data_factory_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ func testAccAzureRMDataFactory_tags(rInt int, location string) string {
name = "acctestdf%d"
location = "${azurerm_resource_group.test.location}"
resource_group_name = "${azurerm_resource_group.test.name}"
tags {
tags = {
environment = "production"
}
}
Expand All @@ -319,7 +319,7 @@ func testAccAzureRMDataFactory_tagsUpdated(rInt int, location string) string {
name = "acctestdf%d"
location = "${azurerm_resource_group.test.location}"
resource_group_name = "${azurerm_resource_group.test.name}"
tags {
tags = {
environment = "production"
updated = "true"
}
Expand Down
4 changes: 2 additions & 2 deletions azurerm/resource_arm_hdinsight_hadoop_cluster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ resource "azurerm_hdinsight_hadoop_cluster" "test" {
}
}
tags {
tags = {
"Hello" = "World"
}
}
Expand Down Expand Up @@ -571,7 +571,7 @@ resource "azurerm_hdinsight_hadoop_cluster" "test" {
}
}
tags {
tags = {
"Hello" = "World"
}
}
Expand Down
4 changes: 2 additions & 2 deletions azurerm/resource_arm_hdinsight_hbase_cluster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ resource "azurerm_hdinsight_hbase_cluster" "test" {
}
}
tags {
tags = {
"Hello" = "World"
}
}
Expand Down Expand Up @@ -571,7 +571,7 @@ resource "azurerm_hdinsight_hbase_cluster" "test" {
}
}
tags {
tags = {
"Hello" = "World"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ resource "azurerm_hdinsight_interactive_query_cluster" "test" {
}
}
tags {
tags = {
"Hello" = "World"
}
}
Expand Down Expand Up @@ -573,7 +573,7 @@ resource "azurerm_hdinsight_interactive_query_cluster" "test" {
}
}
tags {
tags = {
"Hello" = "World"
}
}
Expand Down
4 changes: 2 additions & 2 deletions azurerm/resource_arm_hdinsight_kafka_cluster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ resource "azurerm_hdinsight_kafka_cluster" "test" {
}
}
tags {
tags = {
"Hello" = "World"
}
}
Expand Down Expand Up @@ -576,7 +576,7 @@ resource "azurerm_hdinsight_kafka_cluster" "test" {
}
}
tags {
tags = {
"Hello" = "World"
}
}
Expand Down
4 changes: 2 additions & 2 deletions azurerm/resource_arm_hdinsight_ml_services_cluster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ resource "azurerm_hdinsight_ml_services_cluster" "test" {
}
}
tags {
tags = {
"Hello" = "World"
}
}
Expand Down Expand Up @@ -610,7 +610,7 @@ resource "azurerm_hdinsight_ml_services_cluster" "test" {
}
}
tags {
tags = {
"Hello" = "World"
}
}
Expand Down
4 changes: 2 additions & 2 deletions azurerm/resource_arm_hdinsight_rserver_cluster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ resource "azurerm_hdinsight_rserver_cluster" "test" {
}
}
tags {
tags = {
"Hello" = "World"
}
}
Expand Down Expand Up @@ -610,7 +610,7 @@ resource "azurerm_hdinsight_rserver_cluster" "test" {
}
}
tags {
tags = {
"Hello" = "World"
}
}
Expand Down
4 changes: 2 additions & 2 deletions azurerm/resource_arm_hdinsight_spark_cluster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ resource "azurerm_hdinsight_spark_cluster" "test" {
}
}
tags {
tags = {
"Hello" = "World"
}
}
Expand Down Expand Up @@ -571,7 +571,7 @@ resource "azurerm_hdinsight_spark_cluster" "test" {
}
}
tags {
tags = {
"Hello" = "World"
}
}
Expand Down
4 changes: 2 additions & 2 deletions azurerm/resource_arm_hdinsight_storm_cluster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ resource "azurerm_hdinsight_storm_cluster" "test" {
}
}
tags {
tags = {
"Hello" = "World"
}
}
Expand Down Expand Up @@ -571,7 +571,7 @@ resource "azurerm_hdinsight_storm_cluster" "test" {
}
}
tags {
tags = {
"Hello" = "World"
}
}
Expand Down
4 changes: 2 additions & 2 deletions azurerm/resource_arm_iothub_shared_access_policy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ resource "azurerm_iothub" "test" {
capacity = "1"
}
tags {
tags = {
"purpose" = "testing"
}
}
Expand Down Expand Up @@ -155,7 +155,7 @@ resource "azurerm_iothub" "test" {
capacity = "1"
}
tags {
tags = {
"purpose" = "testing"
}
}
Expand Down
12 changes: 6 additions & 6 deletions azurerm/resource_arm_iothub_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ resource "azurerm_iothub" "test" {
capacity = "1"
}
tags {
tags = {
"purpose" = "testing"
}
}
Expand All @@ -263,7 +263,7 @@ resource "azurerm_iothub" "import" {
capacity = "1"
}
tags {
tags = {
"purpose" = "testing"
}
}
Expand All @@ -288,7 +288,7 @@ resource "azurerm_iothub" "test" {
capacity = "1"
}
tags {
tags = {
"purpose" = "testing"
}
}
Expand Down Expand Up @@ -319,7 +319,7 @@ resource "azurerm_iothub" "test" {
action = "Accept"
}
tags {
tags = {
"purpose" = "testing"
}
}
Expand Down Expand Up @@ -415,7 +415,7 @@ resource "azurerm_iothub" "test" {
enabled = true
}
tags {
tags = {
"purpose" = "testing"
}
}
Expand Down Expand Up @@ -446,7 +446,7 @@ resource "azurerm_iothub" "test" {
enabled = true
}
tags {
tags = {
"purpose" = "testing"
}
}
Expand Down
4 changes: 2 additions & 2 deletions azurerm/resource_arm_kubernetes_cluster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1232,7 +1232,7 @@ resource "azurerm_virtual_network" "test" {
location = "${azurerm_resource_group.test.location}"
resource_group_name = "${azurerm_resource_group.test.name}"
tags {
tags = {
environment = "Testing"
}
}
Expand Down Expand Up @@ -1304,7 +1304,7 @@ resource "azurerm_virtual_network" "test" {
location = "${azurerm_resource_group.test.location}"
resource_group_name = "${azurerm_resource_group.test.name}"
tags {
tags = {
environment = "Testing"
}
}
Expand Down

0 comments on commit 0259773

Please sign in to comment.