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: examples/compute_instance/simple/README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,10 +7,9 @@ This is a simple, minimal example of how to use the compute_instance module
7
7
8
8
| Name | Description | Type | Default | Required |
9
9
|------|-------------|:----:|:-----:|:-----:|
10
-
| credentials\_path | The path to the GCP credentials JSON file | string | n/a | yes |
11
10
| num\_instances | Number of instances to create | string | n/a | yes |
12
11
| project\_id | The GCP project to use for integration tests | string | n/a | yes |
13
-
| region | The GCP region to create and test resources in | string |n/a|yes|
12
+
| region | The GCP region to create and test resources in | string |`"us-central1"`|no|
14
13
| service\_account | Service account to attach to the instance. See https://www.terraform.io/docs/providers/google/r/compute_instance_template.html#service_account.| object |`"null"`| no |
15
14
| subnetwork | The subnetwork to host the compute instances in | string | n/a | yes |
Copy file name to clipboardExpand all lines: examples/instance_template/additional_disks/README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,8 @@ instance templates with additional persistent disks.
8
8
9
9
| Name | Description | Type | Default | Required |
10
10
|------|-------------|:----:|:-----:|:-----:|
11
-
| credentials\_path | The path to the GCP credentials JSON file | string | n/a | yes |
12
11
| project\_id | The GCP project to use for integration tests | string | n/a | yes |
13
-
| region | The GCP region to create and test resources in | string |n/a|yes|
12
+
| region | The GCP region to create and test resources in | string |`"us-central1"`|no|
14
13
| service\_account | Service account to attach to the instance. See https://www.terraform.io/docs/providers/google/r/compute_instance_template.html#service_account.| object |`"null"`| no |
15
14
| subnetwork | The name of the subnetwork create this instance in. | string |`""`| no |
Copy file name to clipboardExpand all lines: examples/instance_template/simple/README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,10 +7,9 @@ This is a simple, minimal example of how to use the instance_template module.
7
7
8
8
| Name | Description | Type | Default | Required |
9
9
|------|-------------|:----:|:-----:|:-----:|
10
-
| credentials\_path | The path to the GCP credentials JSON file | string | n/a | yes |
11
10
| labels | Labels, provided as a map | map(string) | n/a | yes |
12
11
| project\_id | The GCP project to use for integration tests | string | n/a | yes |
13
-
| region | The GCP region to create and test resources in | string |n/a|yes|
12
+
| region | The GCP region to create and test resources in | string |`"us-central1"`|no|
14
13
| service\_account | Service account to attach to the instance. See https://www.terraform.io/docs/providers/google/r/compute_instance_template.html#service_account.| object |`"null"`| no |
15
14
| subnetwork | The name of the subnetwork create this instance in. | string |`""`| no |
16
15
| tags | Network tags, provided as a list | list(string) | n/a | yes |
0 commit comments