Skip to main content

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              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