Closed Sajadorouji closed 3 years ago
Sometime we have multiple resources and some of them need use nat module and some not, with this we can implement validation to create nat resource on condition.
I'm having trouble following why you would use this module in those cases? Perhaps the Cloud Router module is what you're looking for?
Cloud router inside the cloud-nat has enable variable. i use cloud-nat module to create cloud-nat but there are some cases that i want to decide based on other variable ex. project-name that cloud-nat should be created or not.
This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days
Sometime we have multiple resources and some of them need use nat module and some not, with this we can implement validation to create nat resource on condition.