Skip to content

Commit

Permalink
Merge pull request #41009 from acwwat/d-aws_ssm_parameter-fix_typo
Browse files Browse the repository at this point in the history
docs: Fix typo in aws_ssm_parameter ephemeral resource doc
  • Loading branch information
ewbankkit authored Jan 20, 2025
2 parents deec483 + 6d38fe6 commit ad6aaa0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Retrieve information about an SSM parameter, including its value.

### Retrieve an SSM parameter

By default, this ephemeral resource attempst to return decrypted values for secure string parameters.
By default, this ephemeral resource attempts to return decrypted values for secure string parameters.

```terraform
ephemeral "aws_ssm_parameter" "example" {
Expand Down

0 comments on commit ad6aaa0

Please sign in to comment.