Skip to content

Commit b4e566d

Browse files
Correct provider_reference doc (#12633) (#20768)
[upstream:156cb1145bc3933b80e0e865fa800b5070d21cfc] Signed-off-by: Modular Magician <[email protected]>
1 parent 29157f5 commit b4e566d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.changelog/12633.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+
```

website/docs/guides/provider_reference.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -339,8 +339,8 @@ provider "google" {
339339
```
340340

341341
Custom endpoints are an advanced feature. To determine the possible values you
342-
can set, consult the implementation in [provider.go](https://github.com/hashicorp/terraform-provider-google-beta/blob/main/google-beta/provider.go)
343-
and [config.go](https://github.com/hashicorp/terraform-provider-google-beta/blob/main/google-beta/config.go).
342+
can set, consult the implementation in [provider.go](https://github.com/hashicorp/terraform-provider-google-beta/blob/main/google-beta/provider/provider.go)
343+
and [config.go](https://github.com/hashicorp/terraform-provider-google-beta/blob/main/google-beta/transport/config.go).
344344

345345
Support for custom endpoints is on a best-effort basis. The underlying
346346
endpoint and default values for a resource can be changed at any time without

0 commit comments

Comments
 (0)