Fix tests for tf-cloud-dynamic-credentials blueprint

This commit is contained in:
Aleksandr Averbukh 2023-02-19 01:14:24 +01:00
parent befc73ec12
commit 4ad30b812b
5 changed files with 2 additions and 2 deletions

View File

@ -20,8 +20,8 @@ module "test" {
project_create = var.project_create
project_id = var.project_id
parent = var.parent
tfc_organization_id = var.tfe_organization_id
tfc_workspace_id = var.tfe_workspace_id
tfc_organization_id = var.tfc_organization_id
tfc_workspace_id = var.tfc_workspace_id
workload_identity_pool_id = var.workload_identity_pool_id
workload_identity_pool_provider_id = var.workload_identity_pool_provider_id
issuer_uri = var.issuer_uri