| ▲ | viraptor 12 hours ago | |||||||
> you absolutely don't want the service gateways to exist by default. Why? My work life is in terraform and cloudformation and I can't think of a reason you wouldn't want to have those by default. I mean I can come up with some crazy excuses, but not any realistic scenario. Have you got any? (I'm assuming here that they'd make the performance impact ~0 for the vpc setup since everyone would depend on it) | ||||||||
| ▲ | wiether 11 hours ago | parent [-] | |||||||
Because I want my TF to reflect exactly my infra. If I declare two aws_route resources for my route table, I don't want a third route existing and being invisible. I agree that there is no logical reason to not want a service gateway, but it doesn't mean that it should be here by default. The same way you need to provision an Internet Gateway, you should create your services gateways by yourself. TF modules are here to make it easier. Everything that comes by default won't appear in your TF, so it becomes invisible and the only way to know that it exists is to remember that it's here by default. | ||||||||
| ||||||||