Skip to content

Commit

Permalink
Merge pull request hashicorp#33643 from posquit0/sfn-alias-docs
Browse files Browse the repository at this point in the history
Refine docs for aws_sns_alias resource
  • Loading branch information
ewbankkit authored Sep 27, 2023
2 parents d5a1917 + f5b9295 commit 48a8e08
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions website/docs/r/sfn_alias.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -41,21 +41,17 @@ resource "aws_sfn_alias" "my_sfn_alias" {

## Argument Reference

The following arguments are required:
This resource supports the following arguments:

* `name` - (Required) Name for the alias you are creating.
* `description` - (Optional) Description of the alias.
* `routing_configuration` - (Required) The StateMachine alias' route configuration settings. Fields documented below

`routing_configuration` supports the following arguments:

* `state_machine_version_arn` - (Required) A version of the state machine.
* `state_machine_version_arn` - (Required) The Amazon Resource Name (ARN) of the state machine version.
* `weight` - (Required) Percentage of traffic routed to the state machine version.

The following arguments are optional:

* `optional_arg` - (Optional) Concise argument description. Do not begin the description with "An", "The", "Defines", "Indicates", or "Specifies," as these are verbose. In other words, "Indicates the amount of storage," can be rewritten as "Amount of storage," without losing any information.

## Attribute Reference

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

0 comments on commit 48a8e08

Please sign in to comment.