diff --git a/examples/state_machine_target/locals.tf b/examples/state_machine_target/locals.tf index fd28778..3f14266 100644 --- a/examples/state_machine_target/locals.tf +++ b/examples/state_machine_target/locals.tf @@ -86,7 +86,7 @@ locals { targets = [ { name : "SNSTopic" - arn : "arn:aws:sns::${data.aws_region.current_region.name}:${data.aws_caller_identity.current_account.account_id}:etl-alert-topic" + arn : "arn:aws:sns:${data.aws_region.current_region.name}:${data.aws_caller_identity.current_account.account_id}:etl-alert-topic" } ] },