Skip to content

Commit

Permalink
support azurerm 4.0 (#35)
Browse files Browse the repository at this point in the history
Co-authored-by: Hangyu Xu <[email protected]>
  • Loading branch information
xhy8759 and Hangyu Xu authored Jan 26, 2025
1 parent 0d53e0b commit a1ac40e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The following requirements are needed by this module:

- <a name="requirement_azuread"></a> [azuread](#requirement\_azuread) (~> 2.50.0)

- <a name="requirement_azurerm"></a> [azurerm](#requirement\_azurerm) (~> 3.71)
- <a name="requirement_azurerm"></a> [azurerm](#requirement\_azurerm) (~> 4.0)

- <a name="requirement_modtm"></a> [modtm](#requirement\_modtm) (~> 0.3)

Expand Down
5 changes: 3 additions & 2 deletions examples/default/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~> 3.74"
version = "~> 4.0"
}
}
}
provider "azurerm" {
subscription_id = "0000000-0000-00000-000000"
features {
resource_group {
prevent_deletion_if_contains_resources = false
Expand Down Expand Up @@ -95,7 +96,7 @@ The following requirements are needed by this module:

- <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) (~> 1.5)

- <a name="requirement_azurerm"></a> [azurerm](#requirement\_azurerm) (~> 3.74)
- <a name="requirement_azurerm"></a> [azurerm](#requirement\_azurerm) (~> 4.0)

## Resources

Expand Down
3 changes: 2 additions & 1 deletion examples/default/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~> 3.74"
version = "~> 4.0"
}
}
}

provider "azurerm" {
subscription_id = "0000000-0000-00000-000000"
features {
resource_group {
prevent_deletion_if_contains_resources = false
Expand Down
2 changes: 1 addition & 1 deletion terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ terraform {
}
azurerm = {
source = "hashicorp/azurerm"
version = "~> 3.71"
version = "~> 4.0"
}
modtm = {
source = "azure/modtm"
Expand Down

0 comments on commit a1ac40e

Please sign in to comment.