From 8b89cd092a7f884d64a6901b4935f3193b69da10 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Wed, 11 Oct 2023 17:36:54 +0100 Subject: [PATCH] cloudwatch: add sts-region --- cookbooks/prometheus/templates/default/cloudwatch.yml.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/cookbooks/prometheus/templates/default/cloudwatch.yml.erb b/cookbooks/prometheus/templates/default/cloudwatch.yml.erb index 1d6d441af..cc801c228 100644 --- a/cookbooks/prometheus/templates/default/cloudwatch.yml.erb +++ b/cookbooks/prometheus/templates/default/cloudwatch.yml.erb @@ -1,4 +1,5 @@ apiVersion: v1alpha1 +sts-region: eu-west-1 discovery: jobs: - type: AWS/S3 -- 2.43.2