Fix failing tests

This commit is contained in:
Julio Castillo 2023-02-24 19:02:24 +01:00
parent edce6edd28
commit be60753246
4 changed files with 16 additions and 14 deletions

View File

@ -38,13 +38,13 @@ The codebase provisions the following list of resources:
```hcl
module "test" {
source = "./fabric/blueprints/cloud-operations/terraform-enterprise-wif/gcp-workload-identity-provider"
source = "./fabric/blueprints/cloud-operations/terraform-cloud-dynamic-credentials/gcp-workload-identity-provider"
billing_account = "1234-ABCD-1234"
project_create = true
project_id = "project-1"
parent = "folders/12345"
tfe_organization_id = "org-123"
tfe_workspace_id = "ws-123"
tfc_organization_id = "org-123"
tfc_workspace_id = "ws-123"
workload_identity_pool_id = "tfe-pool"
workload_identity_pool_provider_id = "tf-provider"
issuer_uri = "https://app.terraform.io/"

View File

@ -296,9 +296,11 @@ Features to add in future releases:
module "test" {
source = "./fabric/blueprints/data-solutions/data-platform-foundations/"
organization_domain = "example.com"
billing_account_id = "123456-123456-123456"
folder_id = "folders/12345678"
prefix = "prefix"
project_config = {
billing_account_id = "123456-123456-123456"
parent = "folders/12345678"
}
prefix = "prefix"
}
# tftest modules=43 resources=297
# tftest modules=43 resources=278
```

View File

@ -51,5 +51,5 @@ module "test" {
root_node = "organizations/0123456789"
}
# tftest modules=7 resources=50
# tftest modules=9 resources=50
```

View File

@ -97,8 +97,8 @@ values:
notification_category_subscriptions:
- ALL
parent: projects/test1-project
module.projects["project"].module.project.google_org_policy_policy.default["constraints/compute.disableGuestAttributesAccess"]:
name: projects/test1-project/policies/constraints/compute.disableGuestAttributesAccess
module.projects["project"].module.project.google_org_policy_policy.default["compute.disableGuestAttributesAccess"]:
name: projects/test1-project/policies/compute.disableGuestAttributesAccess
parent: projects/test1-project
spec:
- inherit_from_parent: null
@ -109,8 +109,8 @@ values:
deny_all: null
enforce: 'TRUE'
values: []
module.projects["project"].module.project.google_org_policy_policy.default["constraints/compute.trustedImageProjects"]:
name: projects/test1-project/policies/constraints/compute.trustedImageProjects
module.projects["project"].module.project.google_org_policy_policy.default["compute.trustedImageProjects"]:
name: projects/test1-project/policies/compute.trustedImageProjects
parent: projects/test1-project
spec:
- inherit_from_parent: null
@ -124,8 +124,8 @@ values:
- allowed_values:
- projects/fast-dev-iac-core-0
denied_values: null
module.projects["project"].module.project.google_org_policy_policy.default["constraints/compute.vmExternalIpAccess"]:
name: projects/test1-project/policies/constraints/compute.vmExternalIpAccess
module.projects["project"].module.project.google_org_policy_policy.default["compute.vmExternalIpAccess"]:
name: projects/test1-project/policies/compute.vmExternalIpAccess
parent: projects/test1-project
spec:
- inherit_from_parent: null