Skip to content

Commit

Permalink
style: terraform fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Downager committed Jan 5, 2024
1 parent c3acceb commit 10240d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ data "ignition_systemd_unit" "etcd_service" {
}

data "ignition_file" "etcd_metrics_proxy_wrapper_sh" {
overwrite = true
path = "/opt/etcd/bin/etcd-metrics-proxy-wrapper"
mode = 500
overwrite = true
path = "/opt/etcd/bin/etcd-metrics-proxy-wrapper"
mode = 500

content {
content = file("${path.module}/scripts/etcd-metrics-proxy-wrapper.sh")
Expand Down

0 comments on commit 10240d0

Please sign in to comment.