Skip to content

Commit

Permalink
r/aws_route53profiles_association(doc): clean up descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
jar-b committed Oct 23, 2024
1 parent d4a1fdc commit 57ae43c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions website/docs/r/route53profiles_association.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,16 @@ resource "aws_route53profiles_association" "example" {

The following arguments are required:

* `name` - (Required) Name of the Profile Association. Must match a regex of `(?!^[0-9]+$)([a-zA-Z0-9\\-_' ']+)`

* `name` - (Required) Name of the Profile Association. Must match a regex of `(?!^[0-9]+$)([a-zA-Z0-9\\-_' ']+)`.
* `profile_id` - (Required) ID of the profile associated with the VPC.

* `resource_id` - (Required) Resource ID of the VPC the profile to be associated with.

## Attribute Reference

This resource exports the following attributes in addition to the arguments above:

* `id` - ID of the Profile Association.
* `name` - Name of the Profile Association.
* `status` - Status of the Profile Association. Valid values [AWS docs](https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53profiles_Profile.html)
* `status` - Status of the Profile Association. See the [AWS docs](https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53profiles_Profile.html) for valid values.
* `status_message` - Status message of the Profile Association.

## Timeouts
Expand Down

0 comments on commit 57ae43c

Please sign in to comment.