spellshift / realm

Realm is a cross platform Red Team engagement platform with a focus on automation and reliability.
https://docs.realm.pub/
GNU General Public License v3.0
418 stars 31 forks source link

Don't disable apis on disable. #749

Closed hulto closed 7 months ago

hulto commented 7 months ago

What type of PR is this?

/kind cleanup

What this PR does / why we need it:

Stops terraform from disabling GCP apis on delete. GCP doesn't do a great job disabling and enabling APIs which can result in them entering an unknown state for up to 3 days. To avoid this behavior we should prevent terraform from disabling on destroy especially since people may wish to deploy other infrastructure under this project as well.

Which issue(s) this PR fixes:

Fixes #738