Skip to content

Commit

Permalink
fix: linter
Browse files Browse the repository at this point in the history
  • Loading branch information
WestonReed committed Oct 8, 2024
1 parent 1724a2b commit 421e8cc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Manages an AWS End User Messaging SMS Configuration Set.

```terraform
resource "aws_pinpointsmsvoicev2_configuration_set" "example" {
name = "example-configuration-set"
default_sender_id = "example"
name = "example-configuration-set"
default_sender_id = "example"
default_message_type = "TRANSACTIONAL"
}
```
Expand Down

0 comments on commit 421e8cc

Please sign in to comment.