Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Commit

Permalink
version updated
Browse files Browse the repository at this point in the history
  • Loading branch information
d4kverma committed Feb 17, 2022
1 parent 66d5e0f commit c2d6115
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions versions.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# Terraform version
terraform {
required_version = ">= 0.12"
}
required_version = ">= 1.0.0"
}

terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = ">=2.90.0"
}
}
}

0 comments on commit c2d6115

Please sign in to comment.