Last active
May 10, 2022 02:03
-
-
Save KyMidd/1fa91b94e23755a062aac96b82ee2e22 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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