Skip to content

Commit

Permalink
fix the incompatibility between az-cli and terraform (#435)
Browse files Browse the repository at this point in the history
  • Loading branch information
saragluna authored Jul 14, 2022
1 parent 592f8b5 commit 9a5e2fb
Show file tree
Hide file tree
Showing 28 changed files with 28 additions and 33 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "2.99"
version = "3.9.0"
}
azurecaf = {
source = "aztfmod/azurecaf"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "2.99"
version = "3.9.0"
}
azurecaf = {
source = "aztfmod/azurecaf"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "2.99"
version = "3.9.0"
}
azurecaf = {
source = "aztfmod/azurecaf"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "2.99"
version = "3.9.0"
}
azurecaf = {
source = "aztfmod/azurecaf"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "2.99"
version = "3.9.0"
}
azurecaf = {
source = "aztfmod/azurecaf"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "2.99"
version = "3.9.0"
}
azurecaf = {
source = "aztfmod/azurecaf"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "2.99"
version = "3.9.0"
}
azurecaf = {
source = "aztfmod/azurecaf"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "2.99"
version = "3.9.0"
}
azurecaf = {
source = "aztfmod/azurecaf"
Expand Down Expand Up @@ -85,7 +85,6 @@ resource "azurerm_storage_account" "storage_account" {
location = var.location
account_tier = "Standard"
account_replication_type = "LRS"
allow_blob_public_access = true

tags = {
"spring-cloud-azure-sample" = var.sample_tag_value
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "2.99"
version = "3.9.0"
}
azurecaf = {
source = "aztfmod/azurecaf"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "2.99"
version = "3.9.0"
}
azurecaf = {
source = "aztfmod/azurecaf"
Expand Down Expand Up @@ -85,7 +85,6 @@ resource "azurerm_storage_account" "storage_account" {
location = var.location
account_tier = "Standard"
account_replication_type = "LRS"
allow_blob_public_access = true

tags = {
"spring-cloud-azure-sample" = var.sample_tag_value
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<relativePath>../../../pom.xml</relativePath>
</parent>

<artifactId>spring-cloud-azure-sample-stream-eventhubs-multibinders</artifactId>
<artifactId>eventhubs-multibinders</artifactId>
<version>1.0.0</version>
<packaging>jar</packaging>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "2.99"
version = "3.9.0"
}
azurecaf = {
source = "aztfmod/azurecaf"
Expand Down Expand Up @@ -119,7 +119,6 @@ resource "azurerm_storage_account" "storage_account" {
location = var.location
account_tier = "Standard"
account_replication_type = "LRS"
allow_blob_public_access = true

tags = {
"spring-cloud-azure-sample" = var.sample_tag_value
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "2.99"
version = "3.9.0"
}
azurecaf = {
source = "aztfmod/azurecaf"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "2.99"
version = "3.9.0"
}
azurecaf = {
source = "aztfmod/azurecaf"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "2.99"
version = "3.9.0"
}
azurecaf = {
source = "aztfmod/azurecaf"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "2.99"
version = "3.9.0"
}
azurecaf = {
source = "aztfmod/azurecaf"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "2.99"
version = "3.9.0"
}
azurecaf = {
source = "aztfmod/azurecaf"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "2.99"
version = "3.9.0"
}
azurecaf = {
source = "aztfmod/azurecaf"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "2.99"
version = "3.9.0"
}
azurecaf = {
source = "aztfmod/azurecaf"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "2.99.0"
version = "3.9.0"
}
azurecaf = {
source = "aztfmod/azurecaf"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "2.99"
version = "3.9.0"
}
azurecaf = {
source = "aztfmod/azurecaf"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "2.99"
version = "3.9.0"
}
azurecaf = {
source = "aztfmod/azurecaf"
Expand Down
3 changes: 1 addition & 2 deletions spring-native/storage-blob-native/terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "2.99"
version = "3.9.0"
}
azurecaf = {
source = "aztfmod/azurecaf"
Expand Down Expand Up @@ -47,7 +47,6 @@ resource "azurerm_storage_account" "application" {
location = var.location
account_tier = "Standard"
account_replication_type = "LRS"
allow_blob_public_access = true

tags = {
"spring-cloud-azure-sample" = var.sample_tag_value
Expand Down
2 changes: 1 addition & 1 deletion spring-petclinic-microservices/terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "2.99"
version = "3.9.0"
}
azurecaf = {
source = "aztfmod/azurecaf"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "2.99"
version = "3.9.0"
}
azurecaf = {
source = "aztfmod/azurecaf"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "2.99"
version = "3.9.0"
}
azurecaf = {
source = "aztfmod/azurecaf"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "2.99"
version = "3.9.0"
}
azurecaf = {
source = "aztfmod/azurecaf"
Expand Down Expand Up @@ -47,7 +47,6 @@ resource "azurerm_storage_account" "application" {
location = var.location
account_tier = "Standard"
account_replication_type = "LRS"
allow_blob_public_access = true

tags = {
"spring-cloud-azure-sample" = var.sample_tag_value
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "2.99"
version = "3.9.0"
}
azurecaf = {
source = "aztfmod/azurecaf"
Expand Down

0 comments on commit 9a5e2fb

Please sign in to comment.