wf delete cloudaccess
wf delete cloudaccess
Removes cloud access from Wayfinder and de-provision the IAM roles in the cloud
Synopsis
Deletes cloud access from a workspace, removing any cloud-level IAM roles provisioned by the original creation or setup.
You can also remove administrative cloud access using the --admin flag and specifying the --name of the cloud access configuration.
wf delete cloudaccess [flags]
Examples
# Remove the non-prod GCP cloud access from the 'wsp' workspace:
$ wf delete cloudaccessconfig -w wsp -c gcp -s nonprod
# Remove the non-prod GCP cloud access from the 'wsp' workspace, but leave the cloud-level IAM
# in place:
$ wf delete cloudaccessconfig -w wsp -c gcp -s nonprod --orphan
# Remove admin cloud access:
$ wf delete cloudaccessconfig --admin --name azure-dnsmanagement
Options
--admin delete cloud access for Wayfinder-wide administrative purposes
-c, --cloud string the cloud to remove account for: gcp, aws, azure
--delete-roles Delete the cloud access configuration AND delete cloud-level IAM resources (that we created)
-h, --help help for cloudaccess
--name string name for the access config to delete in Wayfinder
--orphan Delete the cloud access configuration but leave cloud-level IAM resources in place
-s, --stage string stage to remove access for
Options inherited from parent commands
--debug Indicates we should use debug / trace logging (default: false)
--force Used to force an operation to happen (default: false)
--no-wait Indicates we should not wait for resources to provision
-o, --output string Output format of the resource (json,yaml,table,template) (default "table")
--profile string Use a profile other than your default for this command
--show-headers Indicates we should display headers on table out (default true)
--verbose Enables verbose logging for debugging purposes (default: false)
-w, --workspace string The workspace you are operating within
SEE ALSO
- wf delete - Lets you delete one or more resources