Skip to content

Commit 6f29d95

Browse files
committed
updating cloud region to bypass population error for aws_region var
1 parent f1ab5d1 commit 6f29d95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

validator/src/main/resources/expected-data-template/python/ec2/default/aws-otel-custom-metrics.mustache

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
value: aws
2828
-
2929
name: cloud.region
30-
value: {{AWS_REGION}}
30+
value: ANY_VALUE
3131
-
3232
name: host.id
3333
value: ANY_VALUE
@@ -82,7 +82,7 @@
8282
value: aws
8383
-
8484
name: cloud.region
85-
value: {{AWS_REGION}}
85+
value: ANY_VALUE
8686
-
8787
name: host.id
8888
value: ANY_VALUE

0 commit comments

Comments
 (0)