-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Updated attribute 'private_endpoint_network_policies' (#39)
* fix: Updated attribute 'private_endpoint_network_policies' * fix: 'disable_bgp_route_propagation' attribute changed to 'bgp_route_propagation_enabled' in the route table resource * fix: Changed the variable name for 'private_endpoint_network_policies' * fix: updated the latest version in workflows * fix: Changed the terraform version to 1.7.8
- Loading branch information
1 parent
4bf1b05
commit edb92fd
Showing
3 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
# Terraform version | ||
terraform { | ||
required_version = ">= 1.6.6" | ||
required_version = ">= 1.7.8" | ||
} | ||
|
||
terraform { | ||
required_providers { | ||
azurerm = { | ||
source = "hashicorp/azurerm" | ||
version = ">=3.85.0" | ||
version = ">=3.112.0" | ||
} | ||
} | ||
} |