Skip to content

Commit e3cf206

Browse files
fix docs and build
1 parent ccddbe6 commit e3cf206

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

examples/confidential_autopilot_private/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ using Confidential GKE nodes and a Customer Managed Encryption Keys (CMEK).
88

99
| Name | Description | Type | Default | Required |
1010
|------|-------------|------|---------|:--------:|
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 |
1213

1314
## Outputs
1415

examples/confidential_autopilot_private/network.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
module "gcp-network" {
1818
source = "terraform-google-modules/network/google"
19-
version = "~= 10.0"
19+
version = "~> 10.0"
2020

2121
project_id = var.project_id
2222
network_name = local.network_name

0 commit comments

Comments
 (0)