Skip to content

Instantly share code, notes, and snippets.

@KyMidd
Last active May 10, 2022 02:03
Show Gist options
  • Select an option

  • Save KyMidd/1fa91b94e23755a062aac96b82ee2e22 to your computer and use it in GitHub Desktop.

Select an option

Save KyMidd/1fa91b94e23755a062aac96b82ee2e22 to your computer and use it in GitHub Desktop.
provisioner "local-exec" {
command = "aws cloudfront create-invalidation --distribution-id ${var.cf_id} --paths '/*'"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment