mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
dfe7f855cd
* AB#2578 Azure IAM init * AB#2578 Fixed application owner privileges, added docs * Add all supported providers to TF lockfile * Using service principal for role assignment in cluster resource group Co-authored-by: Malte Poll <mp@edgeless.systems> * Rephrased header for Azure Co-authored-by: Malte Poll <mp@edgeless.systems> * Registry -> Registration typo Co-authored-by: Malte Poll <mp@edgeless.systems> * Download lockfile * File name casing Co-authored-by: Malte Poll <mp@edgeless.systems>
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"
|
|
}
|