wf delete cloudaccess
wf delete cloudaccess
Removes a cloud access config
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:
$ wf delete cloudaccessconfig -w wsp -c gcp -s nonprod
# 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
-h, --help help for cloudaccess
--owner string Sets the owner on the delete to the provided value
-s, --stage string stage to remove access for
Options inherited from parent commands
--debug Debug / trace logging (default: false)
--force Force operation to happen (default: false)
--no-wait Do not wait for resources to provision
-o, --output string Output format of the resource (json,yaml,table) (default "table")
--profile string Use a profile other than your current - to change current: wf use profile NAME
--show-headers Display headers on table out (default true)
--verbose Verbose logging (default: false)
-w, --workspace string Workspace to use - to change default: wf use workspace NAME
SEE ALSO
- wf delete - Lets you delete one or more resources