Skip to content

Commit

Permalink
Fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
juliocc committed Feb 24, 2023
1 parent b0c7940 commit 6e8f99b
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down
10 changes: 6 additions & 4 deletions blueprints/data-solutions/data-platform-foundations/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
2 changes: 1 addition & 1 deletion blueprints/networking/decentralized-firewall/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ module "test" {
root_node = "organizations/0123456789"
}
# tftest modules=7 resources=50
# tftest modules=9 resources=50
```
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 6e8f99b

Please sign in to comment.