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
// act like a TypeSet while it's a TypeList underneath. It preserves state
405
405
// ordering on updates, and causes the resource to get recreated if it would
406
406
// attempt to perform an impossible change.
407
-
// This doesn't use the standard unordered list utility (https://github.com/GoogleCloudPlatform/magic-modules/blob/master/templates/terraform/unordered_list_customize_diff.erb)
407
+
// This doesn't use the standard unordered list utility (https://github.com/GoogleCloudPlatform/magic-modules/blob/main/templates/terraform/unordered_list_customize_diff.erb)
408
408
// because some fields can't be modified using the API and we recreate the instance
Copy file name to clipboardExpand all lines: website/docs/guides/version_2_upgrade.html.markdown
+3-3
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ for details if you're new to using `google-beta`.
21
21
Most of the changes outlined in this guide have been previously marked as
22
22
deprecated in the Terraform `plan`/`apply` output throughout previous provider
23
23
releases, up to and including 1.20.0. These changes, such as deprecation notices,
24
-
can always be found in the [CHANGELOG](https://github.com/hashicorp/terraform-provider-google/blob/master/CHANGELOG.md).
24
+
can always be found in the [CHANGELOG](https://github.com/hashicorp/terraform-provider-google/blob/main/CHANGELOG.md).
25
25
26
26
## Why version 2.0.0?
27
27
@@ -166,7 +166,7 @@ available. For more information see [the official documentation on GCP launch st
166
166
167
167
Because the API for beta features can change before their GA launch, there may
168
168
be breaking changes in the `google-beta` provider in minor release versions.
169
-
These changes will be announced in the [`google-beta` CHANGELOG](https://github.com/hashicorp/terraform-provider-google-beta/blob/master/CHANGELOG.md).
169
+
These changes will be announced in the [`google-beta` CHANGELOG](https://github.com/hashicorp/terraform-provider-google-beta/blob/main/CHANGELOG.md).
170
170
171
171
To have resources at different API versions, set up provider blocks for each version:
172
172
@@ -293,7 +293,7 @@ Example updated configuration:
Copy file name to clipboardExpand all lines: website/docs/index.html.markdown
+3-3
Original file line number
Diff line number
Diff line change
@@ -43,8 +43,8 @@ If you have configuration questions, or general questions about using the provid
43
43
## Releases
44
44
45
45
Interested in the provider's latest features, or want to make sure you're up to date?
46
-
Check out the [`google` provider changelog](https://github.com/hashicorp/terraform-provider-google/blob/master/CHANGELOG.md)
47
-
and the [`google-beta` provider changelog](https://github.com/hashicorp/terraform-provider-google-beta/blob/master/CHANGELOG.md))
46
+
Check out the [`google` provider changelog](https://github.com/hashicorp/terraform-provider-google/blob/main/CHANGELOG.md)
47
+
and the [`google-beta` provider changelog](https://github.com/hashicorp/terraform-provider-google-beta/blob/main/CHANGELOG.md))
48
48
for release notes and additional information.
49
49
50
50
Per [Terraform Provider Versioning](https://www.hashicorp.com/blog/hashicorp-terraform-provider-versioning),
@@ -101,7 +101,7 @@ the issue!
101
101
## Contributing
102
102
103
103
If you'd like to help extend the Google provider, we gladly accept community
104
-
contributions! Our full contribution guide is available at [CONTRIBUTING.md](https://github.com/hashicorp/terraform-provider-google/blob/master/.github/CONTRIBUTING.md)
104
+
contributions! Our full contribution guide is available at [CONTRIBUTING.md](https://github.com/hashicorp/terraform-provider-google/blob/main/.github/CONTRIBUTING.md)
105
105
106
106
Pull requests can be made against either provider repo where a maintainer will
107
107
apply them to both `google` and `google-beta`, or against [Magic Modules](https://github.com/GoogleCloudPlatform/magic-modules)
Copy file name to clipboardExpand all lines: website/docs/r/endpoints_service.html.markdown
+2-2
Original file line number
Diff line number
Diff line change
@@ -38,10 +38,10 @@ The following arguments are supported:
38
38
39
39
- - -
40
40
41
-
*`openapi_config`: (Optional) The full text of the OpenAPI YAML configuration as described [here](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md).
41
+
*`openapi_config`: (Optional) The full text of the OpenAPI YAML configuration as described [here](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/2.0.md).
42
42
Either this, or *both* of `grpc_config` and `protoc_output_base64` must be specified.
43
43
44
-
*`grpc_config`: (Optional) The full text of the Service Config YAML file (Example located [here](https://github.com/GoogleCloudPlatform/python-docs-samples/blob/master/endpoints/bookstore-grpc/api_config.yaml)).
44
+
*`grpc_config`: (Optional) The full text of the Service Config YAML file (Example located [here](https://github.com/GoogleCloudPlatform/python-docs-samples/blob/main/endpoints/bookstore-grpc/api_config.yaml)).
45
45
If provided, must also provide `protoc_output_base64`. `open_api` config must *not* be provided.
46
46
47
47
*`protoc_output_base64`: (Optional) The full contents of the Service Descriptor File generated by protoc. This should be a compiled .pb file, base64-encoded.
0 commit comments