Skip to content

Commit 3d016b8

Browse files
committed
formatted code
1 parent 621aead commit 3d016b8

File tree

1 file changed

+2
-2
lines changed
  • addons/prometheus-cloudwatch-exporter

1 file changed

+2
-2
lines changed

addons/prometheus-cloudwatch-exporter/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ module "prometheus_cloudwatch_exporter_role" {
4848

4949
# Secret for AWS Authentication with cloudwatch exporter
5050
resource "kubectl_manifest" "secret_manifest" {
51-
count = var.secret_manifest != null ? 1 : 0
52-
yaml_body = var.secret_manifest
51+
count = var.secret_manifest != null ? 1 : 0
52+
yaml_body = var.secret_manifest
5353
}
5454

5555
resource "aws_iam_policy" "policy" {

0 commit comments

Comments
 (0)