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
chore: update tests to use 1.0 image and update compat note (#614)
* chore: update tests to use 1.0 image and update compat note
* switch from v1.0 to v1
* fix: attempt workaround for #635
* fix: avoid using setproduct in shared vpc access
* disable terraform version verification in tests
Co-authored-by: Morgante Pell <morgantep@google.com>
Co-authored-by: Bharath KKB <bharathkrishnakb@gmail.com>
Copy file name to clipboardexpand all lines: README.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,8 @@ To include G Suite integration for creating groups and adding Service Accounts i
12
12
13
13
## Compatibility
14
14
15
-
This module is meant for use with Terraform 0.13. If you haven't
15
+
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.
16
+
If you haven't
16
17
[upgraded][terraform-0.13-upgrade] and need a Terraform
17
18
0.12.x-compatible version of this module, the last released version
0 commit comments