Skip to content

Commit ab2c764

Browse files
committed
DOC/MEDIUM: using snake case for AWS regions HCL keys
1 parent c30ca95 commit ab2c764

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

discovery/AWS.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Selection of specific instances can be achieved using the `allowlist` functional
2323

2424
```hcl
2525
service_discovery {
26-
aws-regions = [
26+
aws_regions = [
2727
{
2828
Description = "Allowlist example"
2929
Allowlist = [
@@ -49,7 +49,7 @@ As `allowlist`, the `denylist` option allows to filter out specific instances ma
4949

5050
```hcl
5151
service_discovery {
52-
aws-regions = [
52+
aws_regions = [
5353
{
5454
Description = "Denylist example"
5555
Allowlist = [
@@ -83,7 +83,7 @@ Data Plane API needs the plain AWS credentials to interact with it.
8383

8484
```hcl
8585
service_discovery {
86-
aws-regions = [
86+
aws_regions = [
8787
{
8888
Description = "Credentials example"
8989
SecretAccessKey = "************************************soLl"
@@ -144,7 +144,7 @@ Unit is expressed in __seconds__.
144144

145145
```hcl
146146
service_discovery {
147-
aws-regions = [
147+
aws_regions = [
148148
{
149149
AccessKeyID = "****************L7GT"
150150
Enabled = true
@@ -194,7 +194,7 @@ The `backend` name pattern is built with the following format:
194194

195195
```hcl
196196
service_discovery {
197-
aws-regions = [
197+
aws_regions = [
198198
{
199199
AccessKeyID = "****************L7GT"
200200
Enabled = false

0 commit comments

Comments
 (0)