You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are default variables available for all supported cloud providers.
These variables support passing credentials required to access desired cloud environment and also setting networks, regions, etc.,
All default variables are sourced from cloud profile and accounts sections of snappyflow.
All values along with variables passed from UI using parameters.json are written to values.tfvars file except variables masked sensitive in template execution directory
"access_key", "secret_key", "session_token","vsphere_user", "vsphere_password","openstack_username", "openstack_password" are not populated inside values.tfvars file, they are marked sensitive variables
optionally one can include terrafrom.tfvars file with some variables values defined by default
terrafrom and ansible commands executed from within template directory