Rename destroy_environment to delete_environment
What does this MR do and why?
As part of our policy standardization effort, we're renaming permissions that start with destroy_ -> delete_
This MR renames:
-
destory_environment->delete_environment
This MR also adds the permission yaml for each new permission.
NOTE: This MR is JUST a rename, no added/changed functionality.