mirror of
https://github.com/status-im/consul.git
synced 2025-01-22 11:40:06 +00:00
docs: Improve ECS routing example nesting (#10316)
This commit is contained in:
parent
dda3e68791
commit
6dbfec50ce
@ -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