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
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.
27
-
If you haven't
28
-
[upgraded](https://www.terraform.io/upgrade-guides/0-13.html) and need a Terraform
29
-
0.12.x-compatible version of this module, the last released version
30
-
intended for Terraform 0.12.x is [v6.4.1](https://registry.terraform.io/modules/terraform-google-modules/-iam/google/v6.4.1).
27
+
This module is meant for use with Terraform 1.3+ and tested using Terraform 1.3+. If you find incompatibilities using Terraform >=1.3, please open an issue.
31
28
32
29
## Upgrading
33
30
@@ -44,7 +41,7 @@ Full examples are in the [examples](./examples/) folder, but basic usage is as f
@@ -129,6 +126,7 @@ You can choose the following resource types to apply the IAM bindings:
129
126
- Kms Crypto Keys (`kms_crypto_keys` variable)
130
127
- Secret Manager Secrets (`secrets` variable)
131
128
- DNS Zones (`managed_zones` variable)
129
+
- Secure Source Manager (`entity_ids` and `location` variable)
132
130
133
131
Set the specified variable on the module call to choose the resources to affect. Remember to set the `mode`[variable](#additive-and-authoritative-modes) and give enough [permissions](#permissions) to manage the selected resource as well. Note that the `bindings` variable accepts an empty map `{}` passed in as an argument in the case that resources don't have IAM bindings to apply.
134
132
@@ -199,30 +197,13 @@ In order to execute a submodule you must have a Service Account with an appropri
199
197
200
198
### Terraform
201
199
202
-
Be sure you have the correct Terraform version (0.12), you can choose the binary here:
203
-
-https://releases.hashicorp.com/terraform/
200
+
Be sure you have the correct Terraform version >= 1.3
204
201
205
202
### Terraform plugins
206
203
207
204
Be sure you have the compiled plugins on $HOME/.terraform.d/plugins/
0 commit comments