mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-13 18:04:20 -05:00
15 lines
287 B
HCL
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"
|
|
}
|