mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-09-19 04:24:39 -04:00
terraform-provider: region
-> location
in Azure IAM example
This commit is contained in:
parent
021b62ba4c
commit
b889549500
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ resource "random_bytes" "measurement_salt" {
|
|||
module "azure_iam" {
|
||||
// replace $VERSION with the Constellation version you want to use, e.g., v2.14.0
|
||||
source = "https://github.com/edgelesssys/constellation/releases/download/$VERSION/terraform-module.zip//terraform-module/iam/azure"
|
||||
region = local.location
|
||||
location = local.location
|
||||
service_principal_name = "${local.name}-test-sp"
|
||||
resource_group_name = "${local.name}-test-rg"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue