Skip to content

Commit c932076

Browse files
Format yaml (#7856) (#5581)
Signed-off-by: Modular Magician <[email protected]>
1 parent 4a03dbe commit c932076

10 files changed

+49
-46
lines changed

.changelog/7856.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:none
2+
3+
```

google-beta/resource_database_migration_service_connection_profile.go

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ func ResourceDatabaseMigrationServiceConnectionProfile() *schema.Resource {
9999
"vpc_network": {
100100
Type: schema.TypeString,
101101
Required: true,
102-
Description: `Required. The resource link for the VPC network in which cluster resources are created and from which they are accessible via Private IP. The network must belong to the same project as the cluster.
102+
Description: `Required. The resource link for the VPC network in which cluster resources are created and from which they are accessible via Private IP. The network must belong to the same project as the cluster.
103103
It is specified in the form: 'projects/{project_number}/global/networks/{network_id}'. This is required to create a cluster.`,
104104
},
105105
"labels": {
@@ -192,7 +192,7 @@ It is specified in the form: 'projects/{project_number}/global/networks/{network
192192
"auto_storage_increase": {
193193
Type: schema.TypeBool,
194194
Optional: true,
195-
Description: `If you enable this setting, Cloud SQL checks your available storage every 30 seconds. If the available storage falls below a threshold size, Cloud SQL automatically adds additional storage capacity.
195+
Description: `If you enable this setting, Cloud SQL checks your available storage every 30 seconds. If the available storage falls below a threshold size, Cloud SQL automatically adds additional storage capacity.
196196
If the available storage repeatedly falls below the threshold size, Cloud SQL continues to add storage until it reaches the maximum of 30 TB.`,
197197
},
198198
"cmek_key_name": {
@@ -225,7 +225,7 @@ If the available storage repeatedly falls below the threshold size, Cloud SQL co
225225
"database_version": {
226226
Type: schema.TypeString,
227227
Optional: true,
228-
Description: `The database engine type and version.
228+
Description: `The database engine type and version.
229229
Currently supported values located at https://cloud.google.com/database-migration/docs/reference/rest/v1/projects.locations.connectionProfiles#sqldatabaseversion`,
230230
},
231231
"ip_config": {
@@ -274,7 +274,7 @@ Currently supported values located at https://cloud.google.com/database-migratio
274274
"private_network": {
275275
Type: schema.TypeString,
276276
Optional: true,
277-
Description: `The resource link for the VPC network from which the Cloud SQL instance is accessible for private IP. For example, projects/myProject/global/networks/default.
277+
Description: `The resource link for the VPC network from which the Cloud SQL instance is accessible for private IP. For example, projects/myProject/global/networks/default.
278278
This setting can be updated, but it cannot be removed after it is set.`,
279279
},
280280
"require_ssl": {
@@ -300,7 +300,7 @@ This setting can be updated, but it cannot be removed after it is set.`,
300300
"tier": {
301301
Type: schema.TypeString,
302302
Optional: true,
303-
Description: `The tier (or machine type) for this instance, for example: db-n1-standard-1 (MySQL instances) or db-custom-1-3840 (PostgreSQL instances).
303+
Description: `The tier (or machine type) for this instance, for example: db-n1-standard-1 (MySQL instances) or db-custom-1-3840 (PostgreSQL instances).
304304
For more information, see https://cloud.google.com/sql/docs/mysql/instance-settings`,
305305
},
306306
"user_labels": {
@@ -374,7 +374,7 @@ For more information, see https://cloud.google.com/sql/docs/mysql/instance-setti
374374
Type: schema.TypeString,
375375
Required: true,
376376
ForceNew: true,
377-
Description: `Required. Input only. The password for the user that Database Migration Service will be using to connect to the database.
377+
Description: `Required. Input only. The password for the user that Database Migration Service will be using to connect to the database.
378378
This field is not returned on request, and the value is encrypted when stored in Database Migration Service.`,
379379
Sensitive: true,
380380
},
@@ -404,7 +404,7 @@ This field is not returned on request, and the value is encrypted when stored in
404404
Type: schema.TypeString,
405405
Required: true,
406406
ForceNew: true,
407-
Description: `Required. Input only. The x509 PEM-encoded certificate of the CA that signed the source database server's certificate.
407+
Description: `Required. Input only. The x509 PEM-encoded certificate of the CA that signed the source database server's certificate.
408408
The replica will use this certificate to verify it's connecting to the right host.`,
409409
Sensitive: true,
410410
},
@@ -420,7 +420,7 @@ If this field is used then the 'clientKey' field is mandatory`,
420420
Type: schema.TypeString,
421421
Optional: true,
422422
ForceNew: true,
423-
Description: `Input only. The unencrypted PKCS#1 or PKCS#8 PEM-encoded private key associated with the Client Certificate.
423+
Description: `Input only. The unencrypted PKCS#1 or PKCS#8 PEM-encoded private key associated with the Client Certificate.
424424
If this field is used then the 'clientCertificate' field is mandatory.`,
425425
Sensitive: true,
426426
},
@@ -457,7 +457,7 @@ If this field is used then the 'clientCertificate' field is mandatory.`,
457457
Type: schema.TypeString,
458458
Required: true,
459459
ForceNew: true,
460-
Description: `Required. Input only. The password for the user that Database Migration Service will be using to connect to the database.
460+
Description: `Required. Input only. The password for the user that Database Migration Service will be using to connect to the database.
461461
This field is not returned on request, and the value is encrypted when stored in Database Migration Service.`,
462462
Sensitive: true,
463463
},
@@ -487,7 +487,7 @@ This field is not returned on request, and the value is encrypted when stored in
487487
Type: schema.TypeString,
488488
Required: true,
489489
ForceNew: true,
490-
Description: `Required. Input only. The x509 PEM-encoded certificate of the CA that signed the source database server's certificate.
490+
Description: `Required. Input only. The x509 PEM-encoded certificate of the CA that signed the source database server's certificate.
491491
The replica will use this certificate to verify it's connecting to the right host.`,
492492
Sensitive: true,
493493
},
@@ -504,7 +504,7 @@ If this field is used then the 'clientKey' field is mandatory`,
504504
Type: schema.TypeString,
505505
Optional: true,
506506
ForceNew: true,
507-
Description: `Input only. The unencrypted PKCS#1 or PKCS#8 PEM-encoded private key associated with the Client Certificate.
507+
Description: `Input only. The unencrypted PKCS#1 or PKCS#8 PEM-encoded private key associated with the Client Certificate.
508508
If this field is used then the 'clientCertificate' field is mandatory.`,
509509
Sensitive: true,
510510
RequiredWith: []string{},

google-beta/resource_gkeonprem_vmware_cluster.go

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -334,8 +334,8 @@ IngressVIP must be included in the pools.`,
334334
"addresses": {
335335
Type: schema.TypeList,
336336
Required: true,
337-
Description: `The addresses that are part of this pool. Each address
338-
must be either in the CIDR form (1.2.3.0/24) or range
337+
Description: `The addresses that are part of this pool. Each address
338+
must be either in the CIDR form (1.2.3.0/24) or range
339339
form (1.2.3.1-1.2.3.5).`,
340340
Elem: &schema.Schema{
341341
Type: schema.TypeString,
@@ -400,7 +400,7 @@ those special IP addresses.`,
400400
"pod_address_cidr_blocks": {
401401
Type: schema.TypeList,
402402
Required: true,
403-
Description: `All pods in the cluster are assigned an RFC1918 IPv4 address from these ranges.
403+
Description: `All pods in the cluster are assigned an RFC1918 IPv4 address from these ranges.
404404
Only a single range is supported. This field cannot be changed after creation.`,
405405
Elem: &schema.Schema{
406406
Type: schema.TypeString,
@@ -409,8 +409,8 @@ Only a single range is supported. This field cannot be changed after creation.`,
409409
"service_address_cidr_blocks": {
410410
Type: schema.TypeList,
411411
Required: true,
412-
Description: `All services in the cluster are assigned an RFC1918 IPv4 address
413-
from these ranges. Only a single range is supported.. This field
412+
Description: `All services in the cluster are assigned an RFC1918 IPv4 address
413+
from these ranges. Only a single range is supported.. This field
414414
cannot be changed after creation.`,
415415
Elem: &schema.Schema{
416416
Type: schema.TypeString,
@@ -477,7 +477,7 @@ cannot be changed after creation.`,
477477
"enabled": {
478478
Type: schema.TypeBool,
479479
Required: true,
480-
Description: `enabled is a flag to mark if DHCP IP allocation is
480+
Description: `enabled is a flag to mark if DHCP IP allocation is
481481
used for VMware user clusters.`,
482482
},
483483
},

google-beta/resource_network_services_service_binding.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ func ResourceNetworkServicesServiceBinding() *schema.Resource {
5050
Type: schema.TypeString,
5151
Required: true,
5252
ForceNew: true,
53-
Description: `The full Service Directory Service name of the format
53+
Description: `The full Service Directory Service name of the format
5454
projects/*/locations/*/namespaces/*/services/*`,
5555
},
5656
"description": {

google-beta/resource_network_services_tls_route.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ func ResourceNetworkServicesTlsRoute() *schema.Resource {
101101
"sni_host": {
102102
Type: schema.TypeList,
103103
Optional: true,
104-
Description: `SNI (server name indicator) to match against. SNI will be matched against all wildcard domains, i.e. www.example.com will be first matched against www.example.com, then *.example.com, then *.com.
104+
Description: `SNI (server name indicator) to match against. SNI will be matched against all wildcard domains, i.e. www.example.com will be first matched against www.example.com, then *.example.com, then *.com.
105105
Partial wildcards are not supported, and values like *w.example.com are invalid. At least one of sniHost and alpn is required. Up to 5 sni hosts across all matches can be set.`,
106106
Elem: &schema.Schema{
107107
Type: schema.TypeString,

website/docs/r/access_context_manager_egress_policy.html.markdown

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ description: |-
1919

2020
# google\_access\_context\_manager\_egress\_policy
2121

22-
EgressPolicies match requests based on egressFrom and egressTo stanzas.
23-
For an EgressPolicy to match, both egressFrom and egressTo stanzas must be matched.
24-
If an EgressPolicy matches a request, the request is allowed to span the ServicePerimeter
25-
boundary. For example, an EgressPolicy can be used to allow VMs on networks
26-
within the ServicePerimeter to access a defined set of projects outside the
27-
perimeter in certain contexts (e.g. to read data from a Cloud Storage bucket
22+
EgressPolicies match requests based on egressFrom and egressTo stanzas.
23+
For an EgressPolicy to match, both egressFrom and egressTo stanzas must be matched.
24+
If an EgressPolicy matches a request, the request is allowed to span the ServicePerimeter
25+
boundary. For example, an EgressPolicy can be used to allow VMs on networks
26+
within the ServicePerimeter to access a defined set of projects outside the
27+
perimeter in certain contexts (e.g. to read data from a Cloud Storage bucket
2828
or query against a BigQuery dataset).
2929

3030

website/docs/r/database_migration_service_connection_profile.html.markdown

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ The following arguments are supported:
320320

321321
* `password` -
322322
(Required)
323-
Required. Input only. The password for the user that Database Migration Service will be using to connect to the database.
323+
Required. Input only. The password for the user that Database Migration Service will be using to connect to the database.
324324
This field is not returned on request, and the value is encrypted when stored in Database Migration Service.
325325
**Note**: This property is sensitive and will not be displayed in the plan.
326326

@@ -346,7 +346,7 @@ The following arguments are supported:
346346

347347
* `client_key` -
348348
(Optional)
349-
Input only. The unencrypted PKCS#1 or PKCS#8 PEM-encoded private key associated with the Client Certificate.
349+
Input only. The unencrypted PKCS#1 or PKCS#8 PEM-encoded private key associated with the Client Certificate.
350350
If this field is used then the 'clientCertificate' field is mandatory.
351351
**Note**: This property is sensitive and will not be displayed in the plan.
352352

@@ -358,7 +358,7 @@ The following arguments are supported:
358358

359359
* `ca_certificate` -
360360
(Required)
361-
Required. Input only. The x509 PEM-encoded certificate of the CA that signed the source database server's certificate.
361+
Required. Input only. The x509 PEM-encoded certificate of the CA that signed the source database server's certificate.
362362
The replica will use this certificate to verify it's connecting to the right host.
363363
**Note**: This property is sensitive and will not be displayed in the plan.
364364

@@ -378,7 +378,7 @@ The following arguments are supported:
378378

379379
* `password` -
380380
(Required)
381-
Required. Input only. The password for the user that Database Migration Service will be using to connect to the database.
381+
Required. Input only. The password for the user that Database Migration Service will be using to connect to the database.
382382
This field is not returned on request, and the value is encrypted when stored in Database Migration Service.
383383
**Note**: This property is sensitive and will not be displayed in the plan.
384384

@@ -408,7 +408,7 @@ The following arguments are supported:
408408

409409
* `client_key` -
410410
(Optional)
411-
Input only. The unencrypted PKCS#1 or PKCS#8 PEM-encoded private key associated with the Client Certificate.
411+
Input only. The unencrypted PKCS#1 or PKCS#8 PEM-encoded private key associated with the Client Certificate.
412412
If this field is used then the 'clientCertificate' field is mandatory.
413413
**Note**: This property is sensitive and will not be displayed in the plan.
414414

@@ -420,7 +420,7 @@ The following arguments are supported:
420420

421421
* `ca_certificate` -
422422
(Required)
423-
Required. Input only. The x509 PEM-encoded certificate of the CA that signed the source database server's certificate.
423+
Required. Input only. The x509 PEM-encoded certificate of the CA that signed the source database server's certificate.
424424
The replica will use this certificate to verify it's connecting to the right host.
425425
**Note**: This property is sensitive and will not be displayed in the plan.
426426

@@ -448,7 +448,7 @@ The following arguments are supported:
448448

449449
* `database_version` -
450450
(Optional)
451-
The database engine type and version.
451+
The database engine type and version.
452452
Currently supported values located at https://cloud.google.com/database-migration/docs/reference/rest/v1/projects.locations.connectionProfiles#sqldatabaseversion
453453

454454
* `user_labels` -
@@ -457,7 +457,7 @@ The following arguments are supported:
457457

458458
* `tier` -
459459
(Optional)
460-
The tier (or machine type) for this instance, for example: db-n1-standard-1 (MySQL instances) or db-custom-1-3840 (PostgreSQL instances).
460+
The tier (or machine type) for this instance, for example: db-n1-standard-1 (MySQL instances) or db-custom-1-3840 (PostgreSQL instances).
461461
For more information, see https://cloud.google.com/sql/docs/mysql/instance-settings
462462

463463
* `storage_auto_resize_limit` -
@@ -476,7 +476,7 @@ The following arguments are supported:
476476

477477
* `auto_storage_increase` -
478478
(Optional)
479-
If you enable this setting, Cloud SQL checks your available storage every 30 seconds. If the available storage falls below a threshold size, Cloud SQL automatically adds additional storage capacity.
479+
If you enable this setting, Cloud SQL checks your available storage every 30 seconds. If the available storage falls below a threshold size, Cloud SQL automatically adds additional storage capacity.
480480
If the available storage repeatedly falls below the threshold size, Cloud SQL continues to add storage until it reaches the maximum of 30 TB.
481481

482482
* `database_flags` -
@@ -526,7 +526,7 @@ The following arguments are supported:
526526

527527
* `private_network` -
528528
(Optional)
529-
The resource link for the VPC network from which the Cloud SQL instance is accessible for private IP. For example, projects/myProject/global/networks/default.
529+
The resource link for the VPC network from which the Cloud SQL instance is accessible for private IP. For example, projects/myProject/global/networks/default.
530530
This setting can be updated, but it cannot be removed after it is set.
531531

532532
* `require_ssl` -
@@ -578,7 +578,7 @@ The following arguments are supported:
578578

579579
* `vpc_network` -
580580
(Required)
581-
Required. The resource link for the VPC network in which cluster resources are created and from which they are accessible via Private IP. The network must belong to the same project as the cluster.
581+
Required. The resource link for the VPC network in which cluster resources are created and from which they are accessible via Private IP. The network must belong to the same project as the cluster.
582582
It is specified in the form: 'projects/{project_number}/global/networks/{network_id}'. This is required to create a cluster.
583583

584584
* `labels` -

website/docs/r/gkeonprem_vmware_cluster.html.markdown

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -382,13 +382,13 @@ The following arguments are supported:
382382

383383
* `service_address_cidr_blocks` -
384384
(Required)
385-
All services in the cluster are assigned an RFC1918 IPv4 address
386-
from these ranges. Only a single range is supported.. This field
385+
All services in the cluster are assigned an RFC1918 IPv4 address
386+
from these ranges. Only a single range is supported.. This field
387387
cannot be changed after creation.
388388

389389
* `pod_address_cidr_blocks` -
390390
(Required)
391-
All pods in the cluster are assigned an RFC1918 IPv4 address from these ranges.
391+
All pods in the cluster are assigned an RFC1918 IPv4 address from these ranges.
392392
Only a single range is supported. This field cannot be changed after creation.
393393

394394
* `static_ip_config` -
@@ -454,7 +454,7 @@ The following arguments are supported:
454454

455455
* `enabled` -
456456
(Required)
457-
enabled is a flag to mark if DHCP IP allocation is
457+
enabled is a flag to mark if DHCP IP allocation is
458458
used for VMware user clusters.
459459

460460
<a name="nested_host_config"></a>The `host_config` block supports:
@@ -594,8 +594,8 @@ The following arguments are supported:
594594

595595
* `addresses` -
596596
(Required)
597-
The addresses that are part of this pool. Each address
598-
must be either in the CIDR form (1.2.3.0/24) or range
597+
The addresses that are part of this pool. Each address
598+
must be either in the CIDR form (1.2.3.0/24) or range
599599
form (1.2.3.1-1.2.3.5).
600600

601601
* `avoid_buggy_ips` -

website/docs/r/network_services_service_binding.html.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
# ----------------------------------------------------------------------------
1515
subcategory: "Network services"
1616
description: |-
17-
ServiceBinding is the resource that defines a Service Directory Service to be used in a
17+
ServiceBinding is the resource that defines a Service Directory Service to be used in a
1818
BackendService resource.
1919
---
2020

2121
# google\_network\_services\_service\_binding
2222

23-
ServiceBinding is the resource that defines a Service Directory Service to be used in a
23+
ServiceBinding is the resource that defines a Service Directory Service to be used in a
2424
BackendService resource.
2525

2626
~> **Warning:** This resource is in beta, and should be used with the terraform-provider-google-beta provider.
@@ -74,7 +74,7 @@ The following arguments are supported:
7474

7575
* `service` -
7676
(Required)
77-
The full Service Directory Service name of the format
77+
The full Service Directory Service name of the format
7878
projects/*/locations/*/namespaces/*/services/*
7979

8080
* `name` -

website/docs/r/network_services_tls_route.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ The following arguments are supported:
212212

213213
* `sni_host` -
214214
(Optional)
215-
SNI (server name indicator) to match against. SNI will be matched against all wildcard domains, i.e. www.example.com will be first matched against www.example.com, then *.example.com, then *.com.
215+
SNI (server name indicator) to match against. SNI will be matched against all wildcard domains, i.e. www.example.com will be first matched against www.example.com, then *.example.com, then *.com.
216216
Partial wildcards are not supported, and values like *w.example.com are invalid. At least one of sniHost and alpn is required. Up to 5 sni hosts across all matches can be set.
217217

218218
* `alpn` -

0 commit comments

Comments
 (0)