We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c51b8e commit 5bb41abCopy full SHA for 5bb41ab
examples/resources/commercetools_subscription/resource.tf
@@ -1,6 +1,6 @@
1
resource "commercetools_subscription" "my-sqs-subscription" {
2
key = "my-sqs-subscription-key"
3
- destination = {
+ destination {
4
type = "SQS"
5
queue_url = aws_sqs_queue.your-queue.id
6
access_key = aws_iam_access_key.ct.id
0 commit comments