Skip to content

Commit

Permalink
Correct provider_reference doc (#12633) (#20768)
Browse files Browse the repository at this point in the history
[upstream:156cb1145bc3933b80e0e865fa800b5070d21cfc]

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Dec 20, 2024
1 parent 29157f5 commit b4e566d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changelog/12633.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:none

```
4 changes: 2 additions & 2 deletions website/docs/guides/provider_reference.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -339,8 +339,8 @@ provider "google" {
```

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

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

0 comments on commit b4e566d

Please sign in to comment.