Skip to content

Commit

Permalink
Minor docs fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Maddaus <[email protected]>
  • Loading branch information
IanMadd committed Nov 11, 2021
1 parent 1339a82 commit 8170daf
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions docs/resources/aws_ec2_client_vpn_target_network_association.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ For additional information, see the [AWS documentation on AWS EC2 Client VPN tar

| Property | Description |
| --- | --- |
| association_id | The ID of the association. | carrier_gateway_id |
| vpc_id | The ID of the VPC in which the target network (subnet) is located. | carrier_gateway_id |
| target_network_id | The ID of the subnet specified as the target network. | carrier_gateway_id |
| client_vpn_endpoint_id | The ID of the Client VPN endpoint with which the target network is associated. | carrier_gateway_id |
| status.code | The state of the target network association. | carrier_gateway_id |
| status.message | A message about the status of the target network association, if applicable. | carrier_gateway_id |
| security_groups | The IDs of the security groups applied to the target network association. | carrier_gateway_id |
| association_id | The ID of the association. |
| vpc_id | The ID of the VPC in which the target network (subnet) is located. |
| target_network_id | The ID of the subnet specified as the target network. |
| client_vpn_endpoint_id | The ID of the Client VPN endpoint with which the target network is associated. |
| status.code | The state of the target network association. |
| status.message | A message about the status of the target network association, if applicable. |
| security_groups | The IDs of the security groups applied to the target network association. |

## Examples

Expand Down
2 changes: 1 addition & 1 deletion docs/resources/aws_ec2_network_interface_permission.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ For additional information, see the [AWS documentation on AWS EC2 Network Interf
| network_interface_id | The Amazon Web Services account ID. |
| aws_account_id |The Amazon Web Service. Currently not supported. |
| state |The state of the permission. Valid values are: "pending", "granted", "revoking", "revoked". |
| status_message | The status message of the permission state. | status_message |
| status_message | The status message of the permission state. |

## Examples

Expand Down
2 changes: 1 addition & 1 deletion docs/resources/aws_mq_broker.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: About the aws_mq_broker resource
title: About the aws_mq_broker Resource
platform: aws
---

Expand Down
2 changes: 1 addition & 1 deletion docs/resources/aws_mq_brokers.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: About the aws_mq_brokers resource
title: About the aws_mq_brokers Resource
platform: aws
---

Expand Down
2 changes: 1 addition & 1 deletion docs/resources/aws_mq_configuration.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: About the aws_mq_configuration resource
title: About the aws_mq_configuration Resource
platform: aws
---

Expand Down
2 changes: 1 addition & 1 deletion docs/resources/aws_mq_configurations.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: About the aws_mq_configurations resource
title: About the aws_mq_configurations Resource
platform: aws
---

Expand Down
4 changes: 2 additions & 2 deletions docs/resources/aws_rds_db_cluster_snapshots.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ For additional information, see the [AWS documentation on AWS RDS Cluster Snapsh
| Property | Description | Fields |
| :----------------------------: | :--------------------------------------------------------: | :------------: |
| availability_zones | Provides the list of EC2 Availability Zones instances in the DB cluster snapshot that can be restored.| availability_zone |
|db_cluster_snapshot_identifiers | Specifies the identifier for the DB cluster snapshot. | db_cluster_snapshot_identifier | db_cluster_snapshot_identifiers |
|db_cluster_snapshot_identifiers | Specifies the identifier for the DB cluster snapshot. | db_cluster_snapshot_identifier |
|db_cluster_identifiers | Specifies the identifier of the DB cluster from which the DB cluster snapshot is created. | db_cluster_identifier |
|snapshot_create_times | Provides the time when the snapshot is taken, in Universal Coordinated Time (UTC). | snapshot_create_time |
|engines | Specifies the name of the database engine. | engine |
Expand All @@ -40,7 +40,7 @@ For additional information, see the [AWS documentation on AWS RDS Cluster Snapsh
|percent_progresses | Specifies the percentage of the estimated data that is transferred. | percent_progress |
|storage_encrypted | Specifies whether the DB cluster snapshot is encrypted. | storage_encrypted |
|kms_key_ids | If `StorageEncrypted` is true, the AWS Key Management Service (AWS KMS) identifier for the encrypted DB cluster snapshot is set to protect the data. | kms_key_id |
|db_cluster_snapshot_arns | The Amazon Resource Name (ARN) for the DB cluster snapshot.| db_cluster_snapshot_arn | db_cluster_snapshot_arn |
|db_cluster_snapshot_arns | The Amazon Resource Name (ARN) for the DB cluster snapshot.| db_cluster_snapshot_arn |
|source_db_cluster_snapshot_arns | If the DB cluster snapshot is copied from a source DB cluster snapshot, the Amazon Resource Name (ARN) for the source DB cluster snapshot is associated, otherwise a null value is stored for the source DB cluster snapsot ARN. | source_db_cluster_snapshot_arn |
|iam_database_authentication_enabled | `True`, if the mapping of the AWS Identity and Access Management (IAM) corresponds to database accounts are enabled, and otherwise `False`. | iam_database_authentication_enabled |
|tag_lists | The related tags. | tag_list |
Expand Down

0 comments on commit 8170daf

Please sign in to comment.