Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add beta tag to attributes #9377

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .changelog/4876.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:none

```
1 change: 1 addition & 0 deletions website/docs/r/compute_address.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ In addition to the arguments listed above, the following computed attributes are
The URLs of the resources that are using this address.

* `label_fingerprint` -
([Beta](https://terraform.io/docs/providers/google/guides/provider_versions.html))
The fingerprint used for optimistic locking of this resource. Used
internally during updates.
* `self_link` - The URI of the created resource.
Expand Down
1 change: 1 addition & 0 deletions website/docs/r/compute_forwarding_rule.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -560,6 +560,7 @@ In addition to the arguments listed above, the following computed attributes are
Creation timestamp in RFC3339 text format.

* `label_fingerprint` -
([Beta](https://terraform.io/docs/providers/google/guides/provider_versions.html))
The fingerprint used for optimistic locking of this resource. Used
internally during updates.

Expand Down
1 change: 1 addition & 0 deletions website/docs/r/compute_global_address.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ In addition to the arguments listed above, the following computed attributes are
Creation timestamp in RFC3339 text format.

* `label_fingerprint` -
([Beta](https://terraform.io/docs/providers/google/guides/provider_versions.html))
The fingerprint used for optimistic locking of this resource. Used
internally during updates.
* `self_link` - The URI of the created resource.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,7 @@ In addition to the arguments listed above, the following computed attributes are
* `id` - an identifier for the resource with format `projects/{{project}}/global/forwardingRules/{{name}}`

* `label_fingerprint` -
([Beta](https://terraform.io/docs/providers/google/guides/provider_versions.html))
The fingerprint used for optimistic locking of this resource. Used
internally during updates.
* `self_link` - The URI of the created resource.
Expand Down
1 change: 1 addition & 0 deletions website/docs/r/compute_vpn_tunnel.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ In addition to the arguments listed above, the following computed attributes are
Hash of the shared secret.

* `label_fingerprint` -
([Beta](https://terraform.io/docs/providers/google/guides/provider_versions.html))
The fingerprint used for optimistic locking of this resource. Used
internally during updates.

Expand Down
1 change: 1 addition & 0 deletions website/docs/r/redis_instance.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ In addition to the arguments listed above, the following computed attributes are
checked before each import/export operation.

* `server_ca_certs` -
([Beta](https://terraform.io/docs/providers/google/guides/provider_versions.html))
List of server CA certificates for the instance.
Structure is documented below.

Expand Down