Skip to content

Commit

Permalink
Merge pull request #133 from modular-magician/codegen-pr-911
Browse files Browse the repository at this point in the history
add info about whether a resource/property is in beta into the docs
  • Loading branch information
danawillow authored Nov 14, 2018
2 parents c316f74 + 91e6b82 commit 15ba5a6
Show file tree
Hide file tree
Showing 13 changed files with 25 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ regions of services able to freely pass data within a perimeter). An
access policy is globally visible within an organization, and the
restrictions it specifies apply to all projects within an organization.

~> **Warning:** This resource is in beta, and should be used with the terraform-provider-google-beta provider.
See [Provider Versions](https://terraform.io/docs/providers/google/provider_versions.html) for more details on beta resources.

To get more information about AccessPolicy, see:

Expand Down
2 changes: 2 additions & 0 deletions website/docs/r/binaryauthorization_attestor.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ description: |-

An attestor that attests to container image artifacts.

~> **Warning:** This resource is in beta, and should be used with the terraform-provider-google-beta provider.
See [Provider Versions](https://terraform.io/docs/providers/google/provider_versions.html) for more details on beta resources.

To get more information about Attestor, see:

Expand Down
2 changes: 2 additions & 0 deletions website/docs/r/binaryauthorization_policy.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ description: |-

A policy for container image binary authorization.

~> **Warning:** This resource is in beta, and should be used with the terraform-provider-google-beta provider.
See [Provider Versions](https://terraform.io/docs/providers/google/provider_versions.html) for more details on beta resources.

To get more information about Policy, see:

Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/compute_address.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ The following arguments are supported:
GCE_ENDPOINT/DNS_RESOLVER purposes.

* `labels` -
(Optional)
(Optional, [Beta](https://terraform.io/docs/providers/google/provider_versions.html))
Labels to apply to this address. A list of key->value pairs.

* `region` -
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/compute_autoscaler.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ The `metric` block supports:
or DELTA_PER_MINUTE.

* `filter` -
(Optional)
(Optional, [Beta](https://terraform.io/docs/providers/google/provider_versions.html))
A filter string to be used as the filter string for
a Stackdriver Monitoring TimeSeries.list API call.
This filter is used to select a specific TimeSeries for
Expand Down
6 changes: 3 additions & 3 deletions website/docs/r/compute_disk.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ The `source_image_encryption_key` block supports:
encryption key that protects this resource.

* `kms_key_self_link` -
(Optional)
(Optional, [Beta](https://terraform.io/docs/providers/google/provider_versions.html))
The self link of the encryption key used to encrypt the disk. Also called KmsKeyName
in the cloud console. In order to use this additional
IAM permissions need to be set on the Compute Engine Service Agent. See
Expand All @@ -194,7 +194,7 @@ The `disk_encryption_key` block supports:
encryption key that protects this resource.

* `kms_key_self_link` -
(Optional)
(Optional, [Beta](https://terraform.io/docs/providers/google/provider_versions.html))
The self link of the encryption key used to encrypt the disk. Also called KmsKeyName
in the cloud console. In order to use this additional
IAM permissions need to be set on the Compute Engine Service Agent. See
Expand All @@ -208,7 +208,7 @@ The `source_snapshot_encryption_key` block supports:
RFC 4648 base64 to either encrypt or decrypt this resource.

* `kms_key_self_link` -
(Optional)
(Optional, [Beta](https://terraform.io/docs/providers/google/provider_versions.html))
The self link of the encryption key used to encrypt the disk. Also called KmsKeyName
in the cloud console. In order to use this additional
IAM permissions need to be set on the Compute Engine Service Agent. See
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/compute_firewall.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ The following arguments are supported:
is unspecified, the firewall rule will be enabled.

* `enable_logging` -
(Optional)
(Optional, [Beta](https://terraform.io/docs/providers/google/provider_versions.html))
This field denotes whether to enable logging for a particular
firewall rule. If logging is enabled, logs will be exported to
Stackdriver.
Expand Down
4 changes: 2 additions & 2 deletions website/docs/r/compute_forwarding_rule.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ The following arguments are supported:
This field is not used for internal load balancing.

* `labels` -
(Optional)
(Optional, [Beta](https://terraform.io/docs/providers/google/provider_versions.html))
Labels to apply to this forwarding rule. A list of key->value pairs.

* `network_tier` -
Expand All @@ -197,7 +197,7 @@ The following arguments are supported:
specified, it is assumed to be PREMIUM.

* `service_label` -
(Optional)
(Optional, [Beta](https://terraform.io/docs/providers/google/provider_versions.html))
An optional prefix to the service name for this Forwarding Rule.
If specified, will be the first label of the fully qualified service
name.
Expand Down
8 changes: 4 additions & 4 deletions website/docs/r/compute_global_address.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ The following arguments are supported:
Provide this property when you create the resource.

* `labels` -
(Optional)
(Optional, [Beta](https://terraform.io/docs/providers/google/provider_versions.html))
Labels to apply to this address. A list of key->value pairs.

* `ip_version` -
Expand All @@ -79,7 +79,7 @@ The following arguments are supported:
IPV4 or IPV6. The default value is IPV4.

* `prefix_length` -
(Optional)
(Optional, [Beta](https://terraform.io/docs/providers/google/provider_versions.html))
The prefix length of the IP range. If not present, it means the
address field is a single IP address.
This field is not applicable to addresses with addressType=EXTERNAL.
Expand All @@ -91,13 +91,13 @@ The following arguments are supported:
* INTERNAL indicates internal IP ranges belonging to some network.

* `purpose` -
(Optional)
(Optional, [Beta](https://terraform.io/docs/providers/google/provider_versions.html))
The purpose of the resource. For global internal addresses it can be
* VPC_PEERING - for peer networks
This should only be set when using an Internal address.

* `network` -
(Optional)
(Optional, [Beta](https://terraform.io/docs/providers/google/provider_versions.html))
The URL of the network in which to reserve the IP range. The IP range
must be in RFC1918 space. The network cannot be deleted if there are
any reserved IP ranges referring to it.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/compute_region_autoscaler.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ The `metric` block supports:
or DELTA_PER_MINUTE.

* `filter` -
(Optional)
(Optional, [Beta](https://terraform.io/docs/providers/google/provider_versions.html))
A filter string to be used as the filter string for
a Stackdriver Monitoring TimeSeries.list API call.
This filter is used to select a specific TimeSeries for
Expand Down
4 changes: 2 additions & 2 deletions website/docs/r/compute_region_disk.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ The `disk_encryption_key` block supports:
encryption key that protects this resource.

* `kms_key_name` -
(Optional)
(Optional, [Beta](https://terraform.io/docs/providers/google/provider_versions.html))
The name of the encryption key that is stored in Google Cloud KMS.

The `source_snapshot_encryption_key` block supports:
Expand All @@ -187,7 +187,7 @@ The `source_snapshot_encryption_key` block supports:
RFC 4648 base64 to either encrypt or decrypt this resource.

* `kms_key_name` -
(Optional)
(Optional, [Beta](https://terraform.io/docs/providers/google/provider_versions.html))
The name of the encryption key that is stored in Google Cloud KMS.

* `sha256` -
Expand Down
2 changes: 2 additions & 0 deletions website/docs/r/containeranalysis_note.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ description: |-

Provides a detailed description of a Note.

~> **Warning:** This resource is in beta, and should be used with the terraform-provider-google-beta provider.
See [Provider Versions](https://terraform.io/docs/providers/google/provider_versions.html) for more details on beta resources.

To get more information about Note, see:

Expand Down
2 changes: 2 additions & 0 deletions website/docs/r/filestore_instance.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ description: |-

A Google Cloud Filestore instance.

~> **Warning:** This resource is in beta, and should be used with the terraform-provider-google-beta provider.
See [Provider Versions](https://terraform.io/docs/providers/google/provider_versions.html) for more details on beta resources.

To get more information about Instance, see:

Expand Down

0 comments on commit 15ba5a6

Please sign in to comment.