terraform-google-org-policy
terraform-google-org-policy copied to clipboard
Manages Google Cloud organization policies
### TL;DR The Terraform org_policy_v2 module doesn't support [Dry Run Mode](https://cloud.google.com/resource-manager/docs/organization-policy/dry-run-policy). ### Terraform Resources ```markdown https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/org_policy_policy#example-usage---dry_run_spec ``` ### Detailed design ```markdown Ideally when creating a policy in org_policy_v2 there would...
Bumps [github.com/hashicorp/go-getter](https://github.com/hashicorp/go-getter) from 1.7.2 to 1.7.5. Release notes Sourced from github.com/hashicorp/go-getter's releases. v1.7.5 What's Changed Prevent Git Config Alteration on Git Update by @dduzgun-security in hashicorp/go-getter#497 New Contributors @dduzgun-security made...
### TL;DR Error 400 when trying to create a `constraints/iam.serviceAccountKeyExposureResponse` list constraint during apply. ### Expected behavior The policy to be created ### Observed behavior Error 400: ``` Error: googleapi:...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [terraform-google-modules/project-factory/google](https://registry.terraform.io/modules/terraform-google-modules/project-factory/google) ([source](https://redirect.github.com/terraform-google-modules/terraform-google-project-factory)) | module | major | `~> 15.0` -> `~> 16.0` |...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | Type | Update | Pending | |---|---|---|---|---|---|---|---|---| | [github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test](https://redirect.github.com/GoogleCloudPlatform/cloud-foundation-toolkit) | `v0.16.1`...
:robot: I have created a release *beep* *boop* --- ## [5.4.0](https://github.com/terraform-google-modules/terraform-google-org-policy/compare/v5.3.0...v5.4.0) (2024-08-29) ### Features * **deps:** Update Terraform Google Provider to v6 (major) ([#143](https://github.com/terraform-google-modules/terraform-google-org-policy/issues/143)) ([f08651d](https://github.com/terraform-google-modules/terraform-google-org-policy/commit/f08651d9c3e8aafb2b68b4e0401e24e428e8bf82)) --- This PR was generated...
### TL;DR Google cloud supports the creation of custom organisation policy but we're not able to enforce the custom org policy via terraform module. I tried different versions of module...