File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
examples/confidential_autopilot_private Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,8 @@ using Confidential GKE nodes and a Customer Managed Encryption Keys (CMEK).
8
8
9
9
| Name | Description | Type | Default | Required |
10
10
| ------| -------------| ------| ---------| :--------:|
11
- | project\_ id | The project ID to host the cluster in | ` any ` | n/a | yes |
11
+ | project\_ id | The project ID to host the cluster in | ` string ` | n/a | yes |
12
+ | region | The region to host the cluster in | ` string ` | ` "us-central1" ` | no |
12
13
13
14
## Outputs
14
15
Original file line number Diff line number Diff line change 16
16
17
17
module "gcp-network" {
18
18
source = " terraform-google-modules/network/google"
19
- version = " ~= 10.0"
19
+ version = " ~> 10.0"
20
20
21
21
project_id = var. project_id
22
22
network_name = local. network_name
You can’t perform that action at this time.
0 commit comments