Skip to content

Commit 6fd3636

Browse files
committed
'The following arguments are required:' -> 'This resource supports the following arguments:'.
1 parent a7d3c45 commit 6fd3636

7 files changed

+7
-7
lines changed

website/docs/d/dx_router_configuration.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ data "aws_dx_router_configuration" "example" {
2323

2424
## Argument Reference
2525

26-
The following arguments are required:
26+
This resource supports the following arguments:
2727

2828
* `virtual_interface_id` - (Required) ID of the Direct Connect Virtual Interface
2929
* `router_type_identifier` - (Required) ID of the Router Type. For example: `CiscoSystemsInc-2900SeriesRouters-IOS124`

website/docs/r/appfabric_app_authorization.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ resource "aws_appfabric_app_authorization" "example" {
3434

3535
## Argument Reference
3636

37-
The following arguments are required:
37+
This resource supports the following arguments:
3838

3939
* `app` - (Required) The name of the application for valid values see https://docs.aws.amazon.com/appfabric/latest/api/API_CreateAppAuthorization.html.
4040
* `app_bundle_arn` - (Required) The Amazon Resource Name (ARN) of the app bundle to use for the request.

website/docs/r/appfabric_ingestion_destination.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ resource "aws_appfabric_ingestion_destination" "example" {
4040

4141
## Argument Reference
4242

43-
The following arguments are required:
43+
This resource supports the following arguments:
4444

4545
* `app_bundle_arn` - (Required) The Amazon Resource Name (ARN) of the app bundle to use for the request.
4646
* `ingestion_arn` - (Required) The Amazon Resource Name (ARN) of the ingestion to use for the request.

website/docs/r/securitylake_aws_log_source.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ resource "aws_securitylake_aws_log_source" "example" {
3232

3333
## Argument Reference
3434

35-
The following arguments are required:
35+
This resource supports the following arguments:
3636

3737
* `source` - (Required) Specify the natively-supported AWS service to add as a source in Security Lake.
3838

website/docs/r/securitylake_data_lake.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ resource "aws_securitylake_data_lake" "example" {
6060

6161
## Argument Reference
6262

63-
The following arguments are required:
63+
This resource supports the following arguments:
6464

6565
* `meta_store_manager_role_arn` - (Required) The Amazon Resource Name (ARN) used to create and update the AWS Glue table. This table contains partitions generated by the ingestion and normalization of AWS log sources and custom sources.
6666
* `configuration` - (Required) Specify the Region or Regions that will contribute data to the rollup region.

website/docs/r/securitylake_subscriber_notification.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ resource "aws_securitylake_subscriber_notification" "example" {
3939

4040
## Argument Reference
4141

42-
The following arguments are required:
42+
This resource supports the following arguments:
4343

4444
* `subscriber_id` - (Required) The subscriber ID for the notification subscription.
4545
* `configuration` - (Required) Specify the configuration using which you want to create the subscriber notification..

website/docs/r/vpclattice_target_group_attachment.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ resource "aws_vpclattice_target_group_attachment" "example" {
2727

2828
## Argument Reference
2929

30-
The following arguments are required:
30+
This resource supports the following arguments:
3131

3232
- `target_group_identifier` - (Required) The ID or Amazon Resource Name (ARN) of the target group.
3333
- `target` - (Required) The target.

0 commit comments

Comments
 (0)