Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set Terraform back to v1.7, Failing Lint
Browse files Browse the repository at this point in the history
terrymandin committed Jun 28, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 38fb85d commit ebdcd02
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/default/terraform.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = "~> 1.9"
required_version = "~> 1.7"
required_providers {
azurerm = {
source = "hashicorp/azurerm"
2 changes: 1 addition & 1 deletion examples/encrypted-disk/terraform.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = "~> 1.9"
required_version = "~> 1.7"
required_providers {
azurerm = {
source = "hashicorp/azurerm"
2 changes: 1 addition & 1 deletion examples/public-endpoint/terraform.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = "~> 1.9"
required_version = "~> 1.7"
required_providers {
azurerm = {
source = "hashicorp/azurerm"
2 changes: 1 addition & 1 deletion terraform.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = "~> 1.9"
required_version = "~> 1.7"
required_providers {
# TODO: Ensure all required providers are listed here and the version property includes a constraint on the maximum major version.
azurerm = {

0 comments on commit ebdcd02

Please sign in to comment.