Skip to content

Commit 8f6e0c2

Browse files
committed
Generate docs.
1 parent ba8884e commit 8f6e0c2

File tree

10 files changed

+10
-20
lines changed

10 files changed

+10
-20
lines changed

examples/compute_instance/simple/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@ This is a simple, minimal example of how to use the compute_instance module
77

88
| Name | Description | Type | Default | Required |
99
|------|-------------|:----:|:-----:|:-----:|
10-
| credentials\_path | The path to the GCP credentials JSON file | string | n/a | yes |
1110
| num\_instances | Number of instances to create | string | n/a | yes |
1211
| 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 |
1413
| 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 |
1514
| subnetwork | The subnetwork to host the compute instances in | string | n/a | yes |
1615

examples/instance_template/additional_disks/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ instance templates with additional persistent disks.
88

99
| Name | Description | Type | Default | Required |
1010
|------|-------------|:----:|:-----:|:-----:|
11-
| credentials\_path | The path to the GCP credentials JSON file | string | n/a | yes |
1211
| 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 |
1413
| 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 |
1514
| subnetwork | The name of the subnetwork create this instance in. | string | `""` | no |
1615

examples/instance_template/simple/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@ This is a simple, minimal example of how to use the instance_template module.
77

88
| Name | Description | Type | Default | Required |
99
|------|-------------|:----:|:-----:|:-----:|
10-
| credentials\_path | The path to the GCP credentials JSON file | string | n/a | yes |
1110
| labels | Labels, provided as a map | map(string) | n/a | yes |
1211
| 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 |
1413
| 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 |
1514
| subnetwork | The name of the subnetwork create this instance in. | string | `""` | no |
1615
| tags | Network tags, provided as a list | list(string) | n/a | yes |

examples/mig/autoscaler/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@ group with an autoscaler.
1010
|------|-------------|:----:|:-----:|:-----:|
1111
| autoscaling\_cpu | Autoscaling, cpu utilization policy block as single element array. https://www.terraform.io/docs/providers/google/r/compute_autoscaler.html#cpu_utilization | list(map(number)) | n/a | yes |
1212
| autoscaling\_enabled | Creates an autoscaler for the managed instance group | string | n/a | yes |
13-
| credentials\_path | The path to the GCP credentials JSON file | string | n/a | yes |
1413
| min\_replicas | The minimum number of replicas that the autoscaler can scale down to. This cannot be less than 0. | string | n/a | yes |
1514
| project\_id | The GCP project to use for integration tests | string | n/a | yes |
16-
| region | The GCP region to create and test resources in | string | n/a | yes |
15+
| region | The GCP region to create and test resources in | string | `"us-central1"` | no |
1716
| 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 |
1817
| subnetwork | The subnetwork to host the compute instances in | string | n/a | yes |
1918

examples/mig/simple/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ managed instance group.
88

99
| Name | Description | Type | Default | Required |
1010
|------|-------------|:----:|:-----:|:-----:|
11-
| credentials\_path | The path to the GCP credentials JSON file | string | n/a | yes |
1211
| 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 |
1413
| 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 |
1514
| subnetwork | The subnetwork to host the compute instances in | string | n/a | yes |
1615
| target\_size | The target number of running instances for this managed instance group. This value should always be explicitly set unless this resource is attached to an autoscaler, in which case it should never be set. | string | n/a | yes |

examples/mig_with_percent/simple/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ managed instance group.
88

99
| Name | Description | Type | Default | Required |
1010
|------|-------------|:----:|:-----:|:-----:|
11-
| credentials\_path | The path to the GCP credentials JSON file | string | n/a | yes |
1211
| 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 |
1413
| service\_account | Service account email address and scopes | object | `"null"` | no |
1514
| subnetwork | The subnetwork to host the compute instances in | string | n/a | yes |
1615

examples/preemptible_and_regular_instance_templates/simple/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@ This creates instance templates for both preemptible VM and regular VM
77

88
| Name | Description | Type | Default | Required |
99
|------|-------------|:----:|:-----:|:-----:|
10-
| credentials\_path | The path to the GCP credentials JSON file | string | n/a | yes |
1110
| labels | Labels, provided as a map | map(string) | n/a | yes |
1211
| 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 |
1413
| 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 |
1514
| subnetwork | The name of the subnetwork create this instance in. | string | `""` | no |
1615
| tags | Network tags, provided as a list | list(string) | n/a | yes |

examples/umig/named_ports/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,10 @@ groups with named ports
88

99
| Name | Description | Type | Default | Required |
1010
|------|-------------|:----:|:-----:|:-----:|
11-
| credentials\_path | The path to the GCP credentials JSON file | string | n/a | yes |
1211
| named\_ports | Named name and named port | object | `<list>` | no |
1312
| num\_instances | Number of instances to create | string | n/a | yes |
1413
| project\_id | The GCP project to use for integration tests | string | n/a | yes |
15-
| region | The GCP region to create and test resources in | string | n/a | yes |
14+
| region | The GCP region to create and test resources in | string | `"us-central1"` | no |
1615
| 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 |
1716
| subnetwork | The subnetwork to host the compute instances in | string | n/a | yes |
1817

examples/umig/simple/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@ This is a simple, minimal example of how to use the UMIG module
77

88
| Name | Description | Type | Default | Required |
99
|------|-------------|:----:|:-----:|:-----:|
10-
| credentials\_path | The path to the GCP credentials JSON file | string | n/a | yes |
1110
| num\_instances | Number of instances to create | string | n/a | yes |
1211
| 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 |
1413
| 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 |
1514
| subnetwork | The subnetwork to host the compute instances in | string | n/a | yes |
1615

examples/umig/static_ips/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,9 @@ instance groups with user-specified static IPs.
88

99
| Name | Description | Type | Default | Required |
1010
|------|-------------|:----:|:-----:|:-----:|
11-
| credentials\_path | The path to the GCP credentials JSON file | string | n/a | yes |
1211
| num\_instances | Number of instances to create | string | `"1"` | no |
1312
| project\_id | The GCP project to use for integration tests | string | n/a | yes |
14-
| region | The GCP region to create and test resources in | string | n/a | yes |
13+
| region | The GCP region to create and test resources in | string | `"us-central1"` | no |
1514
| 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 |
1615
| static\_ips | List of static IPs for VM instances | list(string) | n/a | yes |
1716
| subnetwork | The subnetwork to host the compute instances in | string | n/a | yes |

0 commit comments

Comments
 (0)