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
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,11 +3,14 @@
3
3
This module handles opinionated VPC Service Controls and Access Context Manager configuration and deployments.
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.
7
-
If you haven't
8
-
[upgraded](https://www.terraform.io/upgrade-guides/0-13.html) and need a Terraform
9
-
0.12.x-compatible version of this module, the last released version
10
-
intended for Terraform 0.12.x is [v2.1.0](https://registry.terraform.io/modules/terraform-google-modules/-vpc-service-controls/google/v2.1.0).
6
+
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.
7
+
8
+
## Version
9
+
10
+
Current version is 5.X. Upgrade guides:
11
+
12
+
-[3.X -> 4.0.](/docs/upgrading_to_v4.0.md)
13
+
-[4.X -> 6.0.](/docs/upgrading_to_v6.0.md)
11
14
12
15
## Usage
13
16
The root module only handles the configuration of the [access_context_manager_policy resource](https://www.terraform.io/docs/providers/google/r/access_context_manager_access_policy.html). For examples on how to use the root module with along with other submodules to configure all of VPC Service Controls and Access Context Manager resources, see the [examples](./examples/) folder and the [modules](./modules/) folder
0 commit comments