11 lines
148 B
Terraform
11 lines
148 B
Terraform
|
variable "resource_group_name" {
|
||
|
type = string
|
||
|
}
|
||
|
|
||
|
variable "resource_group_location" {
|
||
|
type = string
|
||
|
}
|
||
|
|
||
|
variable "data_name" {
|
||
|
type = string
|
||
|
}
|