Skip to content

Commit

Permalink
specify region
Browse files Browse the repository at this point in the history
  • Loading branch information
BWMac committed Nov 8, 2024
1 parent 54d45de commit 0e1f95e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/signoz-fluxcd/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ resource "kubernetes_config_map" "clickhouse-backup-config" {
s3:
bucket: ${aws_s3_bucket.clickhouse_backup.id}
endpoint: s3.amazonaws.com
region: ${data.aws_region.current.name}
region: us-east-1
access_key: ${aws_iam_access_key.backup.id}
secret_key: ${aws_iam_access_key.backup.secret}
EOT
Expand Down

0 comments on commit 0e1f95e

Please sign in to comment.