infra/main.tf: Always trigger deployment of static files upon apply

This commit is contained in:
Collin J. Doering 2019-12-15 21:21:06 -05:00
джерело 5cd1823faa
коміт d9fc946d33
Підписано: rekahsoft
Ідентифікатор GPG ключа: 7B4DEB93212B3022
1 змінених файлів з 4 додано та 0 видалено

@ -387,6 +387,10 @@ resource "aws_cloudfront_distribution" "cdn_redirect" {
}
resource "null_resource" "deploy_app" {
triggers = {
always = uuid()
}
provisioner "local-exec" {
interpreter = ["bash", "-c"]
command = <<SCRIPT