This changeset reverts the rest of our recent Terraform changes to make sure deployments are working properly.
Again, these will be re-introduced once we figure out the resource management piece.
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
The SES and SNS modules are strictly for services that are instantiated within a space, while the egress_space is creating a separate space. The shift of the recursive delete from being on a service to being at the space level means that the SES and SNS modules do not have to track it at all, it should only be handled at the space level. The same goes for the allow_ssh flag.
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This changeset adjusts our Terraform for the production and demo environments so that the new delete_recursive_allowed with the Cloud Foundry Cloud Controller is set to false. It also updates the shared modules to all explicitly account for this property so that we can set the flag easily.
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This changeset updates the Cloud Foundry Terraform to its latest release. Our file were previously referencing a very old version, which was contributing to infrastructure check and deployment failures.
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>