File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Selection of specific instances can be achieved using the `allowlist` functional
2323
2424``` hcl
2525service_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
5151service_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
8585service_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
146146service_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
196196service_discovery {
197- aws-regions = [
197+ aws_regions = [
198198 {
199199 AccessKeyID = "****************L7GT"
200200 Enabled = false
You can’t perform that action at this time.
0 commit comments