Skip to content
This repository has been archived by the owner on Sep 21, 2020. It is now read-only.

Commit

Permalink
Fix TF formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
natarajaya committed Apr 26, 2019
1 parent 97e5f32 commit 61389e9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions gcp/modules/couchdb-prometheus-exporter/main.tf
Expand Up @@ -22,13 +22,13 @@ data "template_file" "couchdb_prometheus_exporter_values" {
template = "${file("values.yaml")}"

vars {
couchdb_admin_username = "${var.secret_couchdb_admin_username}"
couchdb_admin_password = "${var.secret_couchdb_admin_password}"
couchdb_prometheus_exporter_repository = "${var.couchdb_prometheus_exporter_repository}"
couchdb_prometheus_exporter_checksum = "${var.couchdb_prometheus_exporter_checksum}"
prometheus_to_sd_repository = "${var.prometheus_to_sd_repository}"
prometheus_to_sd_tag = "${var.prometheus_to_sd_tag}"
replica_count = "${var.replica_count}"
couchdb_admin_username = "${var.secret_couchdb_admin_username}"
couchdb_admin_password = "${var.secret_couchdb_admin_password}"
couchdb_prometheus_exporter_repository = "${var.couchdb_prometheus_exporter_repository}"
couchdb_prometheus_exporter_checksum = "${var.couchdb_prometheus_exporter_checksum}"
prometheus_to_sd_repository = "${var.prometheus_to_sd_repository}"
prometheus_to_sd_tag = "${var.prometheus_to_sd_tag}"
replica_count = "${var.replica_count}"
}
}

Expand Down

0 comments on commit 61389e9

Please sign in to comment.