Convert Exchange to a Terraform module
This commit is contained in:
11
Azure/Terraform/modules/exchange/variables.tf
Normal file
11
Azure/Terraform/modules/exchange/variables.tf
Normal file
@@ -0,0 +1,11 @@
|
||||
variable "resource_group_name" {
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "region" {
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "subnet_id" {
|
||||
type = string
|
||||
}
|
||||
Reference in New Issue
Block a user