Skip to content

Commit

Permalink
Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhorning committed Jul 12, 2021
1 parent 35e64a3 commit 3f68feb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration/targets/sns_topic/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ sns_topic_subscriptions:
sns_topic_third_party_topic_arn: "arn:aws:sns:us-east-1:806199016981:AmazonIpSpaceChanged"
sns_topic_third_party_region: "{{ sns_topic_third_party_topic_arn.split(':')[3] }}"

# additional test resource namings
sns_topic_lambda_function: "sns_topic_lambda"
sns_topic_lambda_name: "ansible-test-{{ unique_id }}-{{ sns_topic_lambda_function }}"
sns_topic_lambda_role: "ansible-test-{{ unique_id }}-sns-lambda"

0 comments on commit 3f68feb

Please sign in to comment.