You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
This Terraform module makes it easier to manage [organization policies](https://cloud.google.com/resource-manager/docs/organization-policy/overview) for your Google Cloud environment, particularly when you want to have exclusion rules. This module will allow you to set a top-level org policy and then disable it on individual projects or folders easily.
4
4
5
5
## Compatibility
6
-
This module is meant for use with Terraform 0.13+ and tested using Terraform 1.0+. If you find incompatibilities using Terraform >=0.13, please open an issue.
6
+
This module is meant for use with Terraform 1.3+ and tested using Terraform 1.10+. If you find incompatibilities using Terraform >=1.3, please open an issue.
7
7
If you haven't
8
8
[upgraded](https://www.terraform.io/upgrade-guides/0-13.html) and need a Terraform
9
9
0.12.x-compatible version of this module, the last released version
In order to execute this module, the Service Account you run as must have the **Organization Policy Administrator** (`roles/orgpolicy.PolicyAdmin`) role.
87
87
88
88
## Install
89
89
### Terraform
90
-
Be sure you have the correct Terraform version (0.12.x), you can choose the binary here:
90
+
Be sure you have the correct Terraform version (>= 1.3.x), you can choose the binary here:
0 commit comments