Documentation ¶
Index ¶
- Constants
- Variables
- func DestroyStack(stackname string) error
- func DestroyStackByRegion(region, stackname string) error
- func GetClouProviderCredentials(customCredentials map[string]string) credentials.ProviderCredentials
- func GetTagsAsFilters() (filters []*awsEC2.Filter)
- func SetAWSCredentials(ctx context.Context, stack auto.Stack, customCredentials map[string]string) error
Constants ¶
View Source
const ( CONFIG_AWS_REGION string = "aws:region" CONFIG_AWS_ACCESS_KEY string = "aws:accessKey" CONFIG_AWS_SECRET_KEY string = "aws:secretKey" )
Variables ¶
View Source
var DefaultCredentials = GetClouProviderCredentials(nil)
Functions ¶
func DestroyStack ¶ added in v0.6.0
func DestroyStackByRegion ¶ added in v0.6.0
func GetClouProviderCredentials ¶ added in v0.6.0
func GetClouProviderCredentials(customCredentials map[string]string) credentials.ProviderCredentials
func GetTagsAsFilters ¶ added in v0.6.0
Create a list of filters for tags based on the tags added by qenvs
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.