mirror of
https://github.com/status-im/consul.git
synced 2025-02-08 03:43:34 +00:00
docs: Improve ECS routing example nesting (#10316)
This commit is contained in:
parent
c14439045f
commit
a12ce30023
@ -367,12 +367,19 @@ module "web" {
|
||||
local_bind_port = 8080
|
||||
}
|
||||
]
|
||||
environment = [
|
||||
container_definitions = [
|
||||
{
|
||||
name = "BACKEND_URL"
|
||||
value = "http://localhost:8080"
|
||||
name = "web"
|
||||
environment = [
|
||||
{
|
||||
name = "BACKEND_URL"
|
||||
value = "http://localhost:8080"
|
||||
}
|
||||
]
|
||||
...
|
||||
}
|
||||
]
|
||||
...
|
||||
}
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user