Documentation ¶
Overview ¶
Copyright (c) 2020 white duck Gesellschaft für Softwareentwicklung mbH
This code is licensed under MIT license (see LICENSE for details)
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Inputs ¶
type Inputs struct { Credentials *auth.SDKAuth `env:"INPUT_CREDS"` Template template `env:"INPUT_TEMPLATELOCATION"` Parameters parameters `env:"INPUT_PARAMETERS"` OverrideParameters parameters `env:"INPUT_OVERRIDEPARAMETERS"` ResourceGroupName string `env:"INPUT_RESOURCEGROUPNAME"` ManagementGroupId string `env:"INPUT_MANAGEMENTGROUPID"` DeploymentName string `env:"INPUT_DEPLOYMENTNAME"` DeploymentMode string `env:"INPUT_DEPLOYMENTMODE"` Timeout time.Duration `env:"INPUT_TIMEOUT" envDefault:"20m"` }
Inputs represents our custom inputs for the action
Click to show internal directories.
Click to hide internal directories.