Skip to content

Commit

Permalink
fix broken tf
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonSharratt committed Feb 11, 2020
1 parent 3822bc5 commit 36479c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terraform/nginx-proxy.tf
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ resource "docker_container" "ocwa_nginx" {
container_path = "/www/"
}

labels = {
labels {
NGINX_CONFIG_MD5 = md5(local_file.proxy.content)
}

Expand Down
2 changes: 1 addition & 1 deletion terraform/ocwa_gitops_simulator.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ resource "docker_container" "gitops_simulator" {
host_path = "${abspath(path.module)}/scripts"
container_path = "/app"
}
labels = {
labels {
script = md5(file("${path.module}/scripts/gitops_simulator.js"))
}
}
Expand Down

0 comments on commit 36479c9

Please sign in to comment.