This website works better with JavaScript.
Home
Explore
Help
Sign In
rekahsoft
/
blog-rekahsoft-ca
Watch
1
Star
1
Fork
0
Code
Issues
3
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
infra/main.tf: Always trigger deployment of static files upon apply
article-mikrotik-hap-ac-openwrt
Collin J. Doering
1 year ago
parent
5cd1823faa
commit
d9fc946d33
Signed by:
rekahsoft
<collin@rekahsoft.ca>
GPG Key ID:
7B4DEB93212B3022
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
infra/main.tf
+ 4
- 0
infra/main.tf
View File
@@ -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
Write
Preview
Loading…
Cancel
Save