From 989fb8fd09a74852c0c9a717f38a925b571de9e8 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Thu, 6 Nov 2025 20:46:16 +0000 Subject: [PATCH] Add test prometheus aws databag --- test/data_bags/prometheus/aws.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/data_bags/prometheus/aws.json diff --git a/test/data_bags/prometheus/aws.json b/test/data_bags/prometheus/aws.json new file mode 100644 index 000000000..29c62b3a9 --- /dev/null +++ b/test/data_bags/prometheus/aws.json @@ -0,0 +1,7 @@ +{ + "id": "aws", + "cloudwatch_access_key_id": "AKICLOUDWATCHDUMMYEXAMPLE", + "cloudwatch_secret_access_key": "dummyCloudWatchSecretKeyExample12345678", + "prometheus_access_key_id": "AKIPROMETHEUSDUMMYEXAMPLE", + "prometheus_secret_access_key": "dummyPrometheusSecretKeyExample12345678" +} -- 2.39.5