Skip to content

Commit

Permalink
Docs Update - Update Provider Version To Enable Correct Minor Version…
Browse files Browse the repository at this point in the history
… Incrementation (hashicorp#27397)
  • Loading branch information
RyanDerr authored Sep 19, 2024
1 parent 7424b45 commit 2f8809b
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions website/docs/guides/aks_workload_identity.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "=4.1.0"
version = "~> 4.0"
}
}
}
Expand All @@ -130,7 +130,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "=4.1.0"
version = "~> 4.0"
}
}
}
Expand Down
6 changes: 3 additions & 3 deletions website/docs/guides/azure_cli.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "=4.1.0"
version = "~> 4.0"
}
}
}
Expand All @@ -149,7 +149,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "=4.1.0"
version = "~> 4.0"
}
}
}
Expand Down Expand Up @@ -177,7 +177,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "=4.1.0"
version = "~> 4.0"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions website/docs/guides/managed_service_identity.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "=4.1.0"
version = "~> 4.0"
}
}
}
Expand All @@ -120,7 +120,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "=4.1.0"
version = "~> 4.0"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "=4.1.0"
version = "~> 4.0"
}
}
}
Expand Down Expand Up @@ -168,7 +168,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "=4.1.0"
version = "~> 4.0"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "=4.1.0"
version = "~> 4.0"
}
}
}
Expand Down Expand Up @@ -224,7 +224,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "=4.1.0"
version = "~> 4.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion website/docs/index.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "=3.0.0"
version = "~> 4.0"
}
}
}
Expand Down

0 comments on commit 2f8809b

Please sign in to comment.