Skip to content

Instantly share code, notes, and snippets.

@MatthewJDavis
Created February 27, 2020 22:56
Show Gist options
  • Select an option

  • Save MatthewJDavis/2786bdae1bf3350f264d6f50565e83a7 to your computer and use it in GitHub Desktop.

Select an option

Save MatthewJDavis/2786bdae1bf3350f264d6f50565e83a7 to your computer and use it in GitHub Desktop.
snippet to remove dynamodb for blog post
- name: remove DynamoDB table
dynamodb_table:
name: "{{ item }}"
region: "{{ region }}"
state: absent
with_items: "{{ dynamodb_table_names }}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment