Skip to content

Commit f148727

Browse files
committed
aws_appconfig_application: update documentation
1 parent 956bb07 commit f148727

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

website/docs/d/appconfig_application.html.markdown

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,21 @@ Provides details about an AWS AppConfig Application.
1616

1717
```terraform
1818
data "aws_appconfig_application" "example" {
19-
name = "my-appconfig-application
19+
name = "my-appconfig-application"
2020
}
2121
```
2222

2323
## Argument Reference
2424

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

27-
* `name` - (Required) AWS AppConfig Application name.
27+
* `region` - (Optional) Region where this resource will be [managed](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints). Defaults to the Region set in the [provider configuration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs#aws-configuration-reference).
28+
* `id` - (Optional) ID of the Application. Either `id` or `name` must be specified.
29+
* `name` - (Optional) AWS AppConfig Application name. Either `name` or `id` must be specified.
2830

2931
## Attribute Reference
3032

3133
This data source exports the following attributes in addition to the arguments above:
3234

35+
* `arn` - ARN of the Application.
3336
* `description` - Description of the Application.
34-
* `id` - ID of the Application.
35-
* `name` - Name of the Application

0 commit comments

Comments
 (0)