Skip to content

Commit

Permalink
Fix tests for tf-cloud-dynamic-credentials blueprint
Browse files Browse the repository at this point in the history
  • Loading branch information
averbuks committed Feb 19, 2023
1 parent befc73e commit 4ad30b8
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4ad30b8

Please sign in to comment.