Skip to content

Commit e3271ff

Browse files
committed
Ensure that 'The following arguments are optional:' contains no Requireds.
1 parent f57965a commit e3271ff

File tree

4 files changed

+17
-28
lines changed

4 files changed

+17
-28
lines changed

website/docs/r/datazone_environment_profile.html.markdown

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,17 +107,14 @@ resource "aws_datazone_environment_profile" "test" {
107107

108108
## Argument Reference
109109

110-
The following arguments are required:
110+
This resource supports the following arguments:
111111

112112
* `aws_account_id` - (Required) - Id of the AWS account being used.
113113
* `aws_account_region` - (Required) - Desired region for environment profile.
114114
* `domain_identifier` - (Required) - Domain Identifier for environment profile.
115115
* `name` - (Required) - Name of the environment profile.
116116
* `environment_blueprint_identifier` - (Required) - ID of the blueprint which the environment will be created with.
117117
* `project_identifier` - (Required) - Project identifier for environment profile.
118-
119-
The following arguments are optional:
120-
121118
* `description` - (Optional) Description of environment profile.
122119
* `user_parameters` - (Optional) - Array of user parameters of the environment profile with the following attributes:
123120
* `name` - (Required) - Name of the environment profile parameter.

website/docs/r/keyspaces_keyspace.html.markdown

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,9 @@ resource "aws_keyspaces_keyspace" "example" {
2222

2323
## Argument Reference
2424

25-
The following arguments are required:
25+
This resource supports the following arguments:
2626

2727
* `name` - (Required, Forces new resource) The name of the keyspace to be created.
28-
29-
The following arguments are optional:
30-
3128
* `replication_specification` - (Optional) The replication specification of the keyspace.
3229
* `region_list` - (Optional) Replication regions. If `replication_strategy` is `MULTI_REGION`, `region_list` requires the current Region and at least one additional AWS Region where the keyspace is going to be replicated in.
3330
* `replication_strategy` - (Required) Replication strategy. Valid values: `SINGLE_REGION` and `MULTI_REGION`.

website/docs/r/quicksight_role_membership.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The following arguments are required:
3232
The following arguments are optional:
3333

3434
* `aws_account_id` - (Optional) AWS account ID. Defaults to the account of the caller identity if not configured.
35-
* `namespace` - (Required) Name of the namespace. Defaults to `default`.
35+
* `namespace` - (Optional) Name of the namespace. Defaults to `default`.
3636

3737
## Attribute Reference
3838

website/docs/r/ssmincidents_response_plan.html.markdown

Lines changed: 14 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -103,27 +103,22 @@ resource "aws_ssmincidents_response_plan" "example" {
103103

104104
## Argument Reference
105105

106-
The following arguments are required:
106+
This resource supports the following arguments:
107107

108108
* `name` - (Required) The name of the response plan.
109-
110-
The `incident_template` configuration block is required and supports the following arguments:
111-
112-
* `title` - (Required) The title of a generated incident.
113-
* `impact` - (Required) The impact value of a generated incident. The following values are supported:
114-
* `1` - Severe Impact
115-
* `2` - High Impact
116-
* `3` - Medium Impact
117-
* `4` - Low Impact
118-
* `5` - No Impact
119-
* `dedupe_string` - (Optional) A string used to stop Incident Manager from creating multiple incident records for the same incident.
120-
* `incident_tags` - (Optional) The tags assigned to an incident template. When an incident starts, Incident Manager assigns the tags specified in the template to the incident.
121-
* `summary` - (Optional) The summary of an incident.
122-
* `notification_target` - (Optional) The Amazon Simple Notification Service (Amazon SNS) targets that this incident notifies when it is updated. The `notification_target` configuration block supports the following argument:
123-
* `sns_topic_arn` - (Required) The ARN of the Amazon SNS topic.
124-
125-
The following arguments are optional:
126-
109+
* `incident_template` - (Required) The `incident_template` configuration block is required and supports the following arguments:
110+
* `title` - (Required) The title of a generated incident.
111+
* `impact` - (Required) The impact value of a generated incident. The following values are supported:
112+
* `1` - Severe Impact
113+
* `2` - High Impact
114+
* `3` - Medium Impact
115+
* `4` - Low Impact
116+
* `5` - No Impact
117+
* `dedupe_string` - (Optional) A string used to stop Incident Manager from creating multiple incident records for the same incident.
118+
* `incident_tags` - (Optional) The tags assigned to an incident template. When an incident starts, Incident Manager assigns the tags specified in the template to the incident.
119+
* `summary` - (Optional) The summary of an incident.
120+
* `notification_target` - (Optional) The Amazon Simple Notification Service (Amazon SNS) targets that this incident notifies when it is updated. The `notification_target` configuration block supports the following argument:
121+
* `sns_topic_arn` - (Required) The ARN of the Amazon SNS topic.
127122
* `tags` - (Optional) The tags applied to the response plan.
128123
* `display_name` - (Optional) The long format of the response plan name. This field can contain spaces.
129124
* `chat_channel` - (Optional) The Chatbot chat channel used for collaboration during an incident.

0 commit comments

Comments
 (0)