Skip to content

Commit

Permalink
Add version constraint for Terraform to Terraform block (#85)
Browse files Browse the repository at this point in the history
Co-authored-by: Kim Iversen <[email protected]>
  • Loading branch information
Sander Blomvågnes and kimfy authored Nov 14, 2023
1 parent 3cbead4 commit 2cda328
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions providers.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
terraform {
required_version = "~> 1.6"
required_providers {
azurerm = {
source = "hashicorp/azurerm"
Expand Down

0 comments on commit 2cda328

Please sign in to comment.