| Name | Type | Description | Notes |
|---|---|---|---|
| BackendFilePath | Pointer to File | [optional] | |
| BackendVars | Pointer to []KeyValue | terraform state store backend variables | [optional] |
| EnvVars | Pointer to []KeyValue | environment variables | [optional] |
| InputVars | Pointer to []KeyValue | terraform input variables | [optional] |
| SecretGroups | Pointer to []string | Pipeline secrets groups | [optional] |
| TfVarsFilePath | Pointer to File | [optional] | |
| Version | string | terraform version |
func NewInfraProvisionerSpecConfig(version string, ) *InfraProvisionerSpecConfig
NewInfraProvisionerSpecConfig instantiates a new InfraProvisionerSpecConfig object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInfraProvisionerSpecConfigWithDefaults() *InfraProvisionerSpecConfig
NewInfraProvisionerSpecConfigWithDefaults instantiates a new InfraProvisionerSpecConfig object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *InfraProvisionerSpecConfig) GetBackendFilePath() File
GetBackendFilePath returns the BackendFilePath field if non-nil, zero value otherwise.
func (o *InfraProvisionerSpecConfig) GetBackendFilePathOk() (*File, bool)
GetBackendFilePathOk returns a tuple with the BackendFilePath field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InfraProvisionerSpecConfig) SetBackendFilePath(v File)
SetBackendFilePath sets BackendFilePath field to given value.
func (o *InfraProvisionerSpecConfig) HasBackendFilePath() bool
HasBackendFilePath returns a boolean if a field has been set.
func (o *InfraProvisionerSpecConfig) GetBackendVars() []KeyValue
GetBackendVars returns the BackendVars field if non-nil, zero value otherwise.
func (o *InfraProvisionerSpecConfig) GetBackendVarsOk() (*[]KeyValue, bool)
GetBackendVarsOk returns a tuple with the BackendVars field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InfraProvisionerSpecConfig) SetBackendVars(v []KeyValue)
SetBackendVars sets BackendVars field to given value.
func (o *InfraProvisionerSpecConfig) HasBackendVars() bool
HasBackendVars returns a boolean if a field has been set.
func (o *InfraProvisionerSpecConfig) GetEnvVars() []KeyValue
GetEnvVars returns the EnvVars field if non-nil, zero value otherwise.
func (o *InfraProvisionerSpecConfig) GetEnvVarsOk() (*[]KeyValue, bool)
GetEnvVarsOk returns a tuple with the EnvVars field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InfraProvisionerSpecConfig) SetEnvVars(v []KeyValue)
SetEnvVars sets EnvVars field to given value.
func (o *InfraProvisionerSpecConfig) HasEnvVars() bool
HasEnvVars returns a boolean if a field has been set.
func (o *InfraProvisionerSpecConfig) GetInputVars() []KeyValue
GetInputVars returns the InputVars field if non-nil, zero value otherwise.
func (o *InfraProvisionerSpecConfig) GetInputVarsOk() (*[]KeyValue, bool)
GetInputVarsOk returns a tuple with the InputVars field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InfraProvisionerSpecConfig) SetInputVars(v []KeyValue)
SetInputVars sets InputVars field to given value.
func (o *InfraProvisionerSpecConfig) HasInputVars() bool
HasInputVars returns a boolean if a field has been set.
func (o *InfraProvisionerSpecConfig) GetSecretGroups() []string
GetSecretGroups returns the SecretGroups field if non-nil, zero value otherwise.
func (o *InfraProvisionerSpecConfig) GetSecretGroupsOk() (*[]string, bool)
GetSecretGroupsOk returns a tuple with the SecretGroups field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InfraProvisionerSpecConfig) SetSecretGroups(v []string)
SetSecretGroups sets SecretGroups field to given value.
func (o *InfraProvisionerSpecConfig) HasSecretGroups() bool
HasSecretGroups returns a boolean if a field has been set.
func (o *InfraProvisionerSpecConfig) GetTfVarsFilePath() File
GetTfVarsFilePath returns the TfVarsFilePath field if non-nil, zero value otherwise.
func (o *InfraProvisionerSpecConfig) GetTfVarsFilePathOk() (*File, bool)
GetTfVarsFilePathOk returns a tuple with the TfVarsFilePath field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InfraProvisionerSpecConfig) SetTfVarsFilePath(v File)
SetTfVarsFilePath sets TfVarsFilePath field to given value.
func (o *InfraProvisionerSpecConfig) HasTfVarsFilePath() bool
HasTfVarsFilePath returns a boolean if a field has been set.
func (o *InfraProvisionerSpecConfig) GetVersion() string
GetVersion returns the Version field if non-nil, zero value otherwise.
func (o *InfraProvisionerSpecConfig) GetVersionOk() (*string, bool)
GetVersionOk returns a tuple with the Version field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InfraProvisionerSpecConfig) SetVersion(v string)
SetVersion sets Version field to given value.