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
| project\_id | The project ID to host the cluster in. |`string`| n/a | yes |
16
+
| region | The region to host the cluster in. |`string`|`"us-central1"`| no |
17
+
| zones | The zones to host the nodes in. The nodes must be in a zone that supports NVIDIA Confidential Computing. For more information, [view supported zones](https://cloud.google.com/confidential-computing/confidential-vm/docs/supported-configurations#nvidia-confidential-computing_1). |`list(string)`| <pre>[<br> "us-central1-a"<br>]</pre> | no |
18
+
19
+
## Outputs
20
+
21
+
| Name | Description |
22
+
|------|-------------|
23
+
| ca\_certificate | The cluster ca certificate (base64 encoded). |
24
+
| cluster\_name | Cluster name. |
25
+
| keyring | The name of the keyring. |
26
+
| kms\_key\_name | KMS Key Name. |
27
+
| kubernetes\_endpoint | The cluster endpoint. |
28
+
| location | n/a |
29
+
| master\_kubernetes\_version | Kubernetes version of the master. |
30
+
| network\_name | The name of the VPC being created. |
31
+
| project\_id | The project ID the cluster is in. |
32
+
| region | The region in which the cluster resides. |
33
+
| service\_account | The service account to default running nodes as if not overridden in `node_pools`. |
34
+
| subnet\_names | The names of the subnet being created. |
35
+
| zones | List of zones in which the cluster resides. |
36
+
37
+
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
38
+
39
+
To provision this example, run the following from within this directory:
40
+
-`terraform init` to get the plugins
41
+
-`terraform plan` to see the infrastructure plan
42
+
-`terraform apply` to apply the infrastructure build
43
+
-`terraform destroy` to destroy the built infrastructure
0 commit comments