mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
15 lines
287 B
Terraform
15 lines
287 B
Terraform
|
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"
|
||
|
}
|