Initial Commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
|||||||
|
.terraform/
|
||||||
|
*.tfstate
|
||||||
|
*.tfstate.backup
|
||||||
|
.terraform.lock.hcl
|
||||||
|
terraform.tfvars
|
||||||
|
*.override.tf
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
output "vnet_id" { value = "<placeholder>" }
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
variable "resource_group_name" { type = string }
|
||||||
Reference in New Issue
Block a user