Skip to main content

wf describe cloudaccess

wf describe cloudaccess

Describe inputs for setting up cloud access

Synopsis

Describes what are required inputs for setting up cloud access.

wf describe cloudaccess [flags]

Examples


Describes what are required inputs for setting up cloud access.

# Describe a cloud access config:
$ wf describe cloudaccess --cloud-identity aws-identity --to-cloud aws -o tfvars

Options

      --cloud-identity string   Name of a cloud identity in Wayfinder
--for-stage string Stage you are preparing cloud access for (if type is a workspace-scoped access type, such as Provisioning)
--for-type string Type of Wayfinder functionality you are configurating a cloud access config for - see: wf describe cloudpermission (default "Provisioning")
--for-workspace string Workspace you are preparing cloud access for (if type is a workspace-scoped access type, such as Provisioning)
-h, --help help for cloudaccess
-o, --output string Output format: tfvars, json
-c, --to-cloud string Cloud to connect to

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