Skip to content

Commit

Permalink
Merge pull request #1794 from hashicorp/dependabot/go_modules/tools/g…
Browse files Browse the repository at this point in the history
…ithub.com/hashicorp/terraform-plugin-docs-0.19.4

build(deps): bump github.com/hashicorp/terraform-plugin-docs from 0.19.2 to 0.19.4 in /tools
  • Loading branch information
ewbankkit committed Jun 6, 2024
2 parents 0ab2f1d + 053177b commit 50f7f81
Show file tree
Hide file tree
Showing 62 changed files with 1,881 additions and 2,016 deletions.
6 changes: 3 additions & 3 deletions docs/data-sources/acmpca_certificate.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ Read-Only:
Note: In publicly trusted certificates, the common name must be a fully qualified domain name (FQDN) associated with the certificate subject.
- `country` (String) Two-digit code that specifies the country in which the certificate subject located.
- `custom_attributes` (Attributes List) Contains a sequence of one or more X.500 relative distinguished names (RDNs), each of which consists of an object identifier (OID) and a value. For more information, see NIST?s definition of [Object Identifier (OID)](https://docs.aws.amazon.com/https://csrc.nist.gov/glossary/term/Object_Identifier).
Custom attributes cannot be used in combination with standard attributes. (see [below for nested schema](#nestedatt--api_passthrough--extensions--subject_alternative_names--uniform_resource_identifier--custom_attributes))
Custom attributes cannot be used in combination with standard attributes. (see [below for nested schema](#nestedatt--api_passthrough--extensions--subject_alternative_names--directory_name--custom_attributes))
- `distinguished_name_qualifier` (String) Disambiguating information for the certificate subject.
- `generation_qualifier` (String) Typically a qualifier appended to the name of an individual. Examples include Jr. for junior, Sr. for senior, and III for third.
- `given_name` (String) First name.
Expand All @@ -154,8 +154,8 @@ Read-Only:
- `surname` (String) Family name. In the US and the UK, for example, the surname of an individual is ordered last. In Asian cultures the surname is typically ordered first.
- `title` (String) A title such as Mr. or Ms., which is pre-pended to the name to refer formally to the certificate subject.

<a id="nestedatt--api_passthrough--extensions--subject_alternative_names--uniform_resource_identifier--custom_attributes"></a>
### Nested Schema for `api_passthrough.extensions.subject_alternative_names.uniform_resource_identifier.custom_attributes`
<a id="nestedatt--api_passthrough--extensions--subject_alternative_names--directory_name--custom_attributes"></a>
### Nested Schema for `api_passthrough.extensions.subject_alternative_names.directory_name.custom_attributes`

Read-Only:

Expand Down
6 changes: 3 additions & 3 deletions docs/data-sources/acmpca_certificate_authority.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Read-Only:

- `common_name` (String)
- `country` (String)
- `custom_attributes` (Attributes List) Array of X.500 attribute type and value. CustomAttributes cannot be used along with pre-defined attributes. (see [below for nested schema](#nestedatt--csr_extensions--subject_information_access--access_location--uniform_resource_identifier--custom_attributes))
- `custom_attributes` (Attributes List) Array of X.500 attribute type and value. CustomAttributes cannot be used along with pre-defined attributes. (see [below for nested schema](#nestedatt--csr_extensions--subject_information_access--access_location--directory_name--custom_attributes))
- `distinguished_name_qualifier` (String)
- `generation_qualifier` (String)
- `given_name` (String)
Expand All @@ -100,8 +100,8 @@ Read-Only:
- `surname` (String)
- `title` (String)

<a id="nestedatt--csr_extensions--subject_information_access--access_location--uniform_resource_identifier--custom_attributes"></a>
### Nested Schema for `csr_extensions.subject_information_access.access_location.uniform_resource_identifier.custom_attributes`
<a id="nestedatt--csr_extensions--subject_information_access--access_location--directory_name--custom_attributes"></a>
### Nested Schema for `csr_extensions.subject_information_access.access_location.directory_name.custom_attributes`

Read-Only:

Expand Down
12 changes: 6 additions & 6 deletions docs/data-sources/applicationautoscaling_scaling_policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,21 +110,21 @@ Read-Only:

Read-Only:

- `metric` (Attributes) The CloudWatch metric to return, including the metric name, namespace, and dimensions. (see [below for nested schema](#nestedatt--target_tracking_scaling_policy_configuration--customized_metric_specification--metrics--return_data--metric))
- `metric` (Attributes) The CloudWatch metric to return, including the metric name, namespace, and dimensions. (see [below for nested schema](#nestedatt--target_tracking_scaling_policy_configuration--customized_metric_specification--metrics--metric_stat--metric))
- `stat` (String) The statistic to return. It can include any CloudWatch statistic or extended statistic.
- `unit` (String) The unit to use for the returned data points.

<a id="nestedatt--target_tracking_scaling_policy_configuration--customized_metric_specification--metrics--return_data--metric"></a>
### Nested Schema for `target_tracking_scaling_policy_configuration.customized_metric_specification.metrics.return_data.metric`
<a id="nestedatt--target_tracking_scaling_policy_configuration--customized_metric_specification--metrics--metric_stat--metric"></a>
### Nested Schema for `target_tracking_scaling_policy_configuration.customized_metric_specification.metrics.metric_stat.metric`

Read-Only:

- `dimensions` (Attributes List) The dimensions for the metric. (see [below for nested schema](#nestedatt--target_tracking_scaling_policy_configuration--customized_metric_specification--metrics--return_data--metric--dimensions))
- `dimensions` (Attributes List) The dimensions for the metric. (see [below for nested schema](#nestedatt--target_tracking_scaling_policy_configuration--customized_metric_specification--metrics--metric_stat--metric--dimensions))
- `metric_name` (String) The name of the metric.
- `namespace` (String) The namespace of the metric.

<a id="nestedatt--target_tracking_scaling_policy_configuration--customized_metric_specification--metrics--return_data--metric--dimensions"></a>
### Nested Schema for `target_tracking_scaling_policy_configuration.customized_metric_specification.metrics.return_data.metric.dimensions`
<a id="nestedatt--target_tracking_scaling_policy_configuration--customized_metric_specification--metrics--metric_stat--metric--dimensions"></a>
### Nested Schema for `target_tracking_scaling_policy_configuration.customized_metric_specification.metrics.metric_stat.metric.dimensions`

Read-Only:

Expand Down
Loading

0 comments on commit 50f7f81

Please sign in to comment.