Skip to content

Commit

Permalink
Add a warning about updating space config combined with depends_on
Browse files Browse the repository at this point in the history
  • Loading branch information
rahearn committed Oct 11, 2024
1 parent 95ea3ba commit d0b61e0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,9 @@ module "egress_space" {
}
```

> [!WARNING]
> Any updates to a cg_space module for an already created space will have undesirable cascading effects on services in the space if you are using `depends_on [ module.space_module ]`. Comment out any `depends_on` lines once the space has been initially created.
### egress_proxy

Creates and configures an instance of cg-egress-proxy to proxy traffic from your apps.
Expand Down

0 comments on commit d0b61e0

Please sign in to comment.