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

Commit

Permalink
Merge pull request #1 from clouddrove/issue-20
Browse files Browse the repository at this point in the history
module created
  • Loading branch information
Sohan Yadav authored Feb 17, 2022
2 parents 1a7d6d4 + c2d6115 commit e5f0d90
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _example/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ module "vnet" {
subnet_names = ["subnet1"]
subnet_prefixes = ["10.0.1.0/24"]
enable_ddos_pp = true
}
}
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 e5f0d90

Please sign in to comment.