Skip to content

Commit

Permalink
Merge pull request #27 from hashicorp/main
Browse files Browse the repository at this point in the history
Fork Sync: Update from parent repository
  • Loading branch information
mbialon authored Sep 27, 2023
2 parents 31d533d + 0ad6928 commit 46e3ace
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
3 changes: 3 additions & 0 deletions .changelog/33630.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:note
documentation: Duplicate CDKTF guides with differing file extensions have been removed to resolve failures in the provider release workflow.
```
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ BUG FIXES:
* resource/aws_transfer_access: Fail validation if duplicated keys are found in `policy` ([#33570](https://github.com/hashicorp/terraform-provider-aws/issues/33570))
* resource/aws_transfer_user: Fail validation if duplicated keys are found in `policy` ([#33570](https://github.com/hashicorp/terraform-provider-aws/issues/33570))

## 5.18.1 (September 26, 2023)

NOTES:

* documentation: Duplicate CDKTF guides with differing file extensions have been removed to resolve failures in the provider release workflow. ([#33630](https://github.com/hashicorp/terraform-provider-aws/issues/33630))

## 5.18.0 (September 21, 2023)

FEATURES:
Expand Down
2 changes: 1 addition & 1 deletion website/docs/index.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Use the Amazon Web Services (AWS) provider to interact with the
many resources supported by AWS. You must configure the provider
with the proper credentials before you can use it.

Use the navigation to the left to read about the available resources. There are currently 1253 resources and 514 data sources available in the provider.
Use the navigation to the left to read about the available resources. There are currently 1255 resources and 518 data sources available in the provider.

To learn the basics of Terraform using this provider, follow the
hands-on [get started tutorials](https://learn.hashicorp.com/tutorials/terraform/infrastructure-as-code?in=terraform/aws-get-started&utm_source=WEBSITE&utm_medium=WEB_IO&utm_offer=ARTICLE_PAGE&utm_content=DOCS). Interact with AWS services,
Expand Down
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 46e3ace

Please sign in to comment.