mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-09-20 13:04:36 -04:00
ci: use collision resistant name for Terraform e2e test (#2967)
* Use collision resistant name for Terraform e2e test * Remove test suffix from Terraform provider examples --------- Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
parent
06da526fe0
commit
d5b3d4fd6f
3 changed files with 13 additions and 11 deletions
|
@ -44,8 +44,8 @@ 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"
|
||||
location = local.location
|
||||
service_principal_name = "${local.name}-test-sp"
|
||||
resource_group_name = "${local.name}-test-rg"
|
||||
service_principal_name = "${local.name}-sp"
|
||||
resource_group_name = "${local.name}-rg"
|
||||
}
|
||||
|
||||
module "azure_infrastructure" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue