constellation/terraform/infrastructure/iam/azure/variables.tf
2023-11-08 19:10:01 +01:00

15 lines
287 B
HCL

variable "resource_group_name" {
type = string
description = "Resource group name"
}
variable "service_principal_name" {
type = string
description = "Service principal name"
}
variable "region" {
type = string
description = "Azure resource location"
}