Documentation ¶
Index ¶
- type DataArgs
- type DataBoolAttributes
- func (b DataBoolAttributes) Description() terra.StringValue
- func (b DataBoolAttributes) Encrypted() terra.BoolValue
- func (b DataBoolAttributes) Id() terra.StringValue
- func (b DataBoolAttributes) InternalRef() (terra.Reference, error)
- func (b DataBoolAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (b DataBoolAttributes) InternalWithRef(ref terra.Reference) DataBoolAttributes
- func (b DataBoolAttributes) Name() terra.StringValue
- func (b DataBoolAttributes) Value() terra.BoolValue
- type DataBoolState
- type DataDatetimeAttributes
- func (d DataDatetimeAttributes) Description() terra.StringValue
- func (d DataDatetimeAttributes) Encrypted() terra.BoolValue
- func (d DataDatetimeAttributes) Id() terra.StringValue
- func (d DataDatetimeAttributes) InternalRef() (terra.Reference, error)
- func (d DataDatetimeAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (d DataDatetimeAttributes) InternalWithRef(ref terra.Reference) DataDatetimeAttributes
- func (d DataDatetimeAttributes) Name() terra.StringValue
- func (d DataDatetimeAttributes) Value() terra.StringValue
- type DataDatetimeState
- type DataEncryptedAttributes
- func (e DataEncryptedAttributes) Description() terra.StringValue
- func (e DataEncryptedAttributes) Encrypted() terra.BoolValue
- func (e DataEncryptedAttributes) Id() terra.StringValue
- func (e DataEncryptedAttributes) InternalRef() (terra.Reference, error)
- func (e DataEncryptedAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (e DataEncryptedAttributes) InternalWithRef(ref terra.Reference) DataEncryptedAttributes
- func (e DataEncryptedAttributes) Name() terra.StringValue
- func (e DataEncryptedAttributes) Value() terra.StringValue
- type DataEncryptedState
- type DataIntAttributes
- func (i DataIntAttributes) Description() terra.StringValue
- func (i DataIntAttributes) Encrypted() terra.BoolValue
- func (i DataIntAttributes) Id() terra.StringValue
- func (i DataIntAttributes) InternalRef() (terra.Reference, error)
- func (i DataIntAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (i DataIntAttributes) InternalWithRef(ref terra.Reference) DataIntAttributes
- func (i DataIntAttributes) Name() terra.StringValue
- func (i DataIntAttributes) Value() terra.NumberValue
- type DataIntState
- type DataNullAttributes
- func (n DataNullAttributes) Description() terra.StringValue
- func (n DataNullAttributes) Encrypted() terra.BoolValue
- func (n DataNullAttributes) Id() terra.StringValue
- func (n DataNullAttributes) InternalRef() (terra.Reference, error)
- func (n DataNullAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (n DataNullAttributes) InternalWithRef(ref terra.Reference) DataNullAttributes
- func (n DataNullAttributes) Name() terra.StringValue
- func (n DataNullAttributes) Value() terra.StringValue
- type DataNullState
- type DataObjectAttributes
- func (o DataObjectAttributes) Description() terra.StringValue
- func (o DataObjectAttributes) Encrypted() terra.BoolValue
- func (o DataObjectAttributes) Id() terra.StringValue
- func (o DataObjectAttributes) InternalRef() (terra.Reference, error)
- func (o DataObjectAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (o DataObjectAttributes) InternalWithRef(ref terra.Reference) DataObjectAttributes
- func (o DataObjectAttributes) Name() terra.StringValue
- func (o DataObjectAttributes) Value() terra.StringValue
- type DataObjectState
- type DataSource
- type DataStringAttributes
- func (s DataStringAttributes) Description() terra.StringValue
- func (s DataStringAttributes) Encrypted() terra.BoolValue
- func (s DataStringAttributes) Id() terra.StringValue
- func (s DataStringAttributes) InternalRef() (terra.Reference, error)
- func (s DataStringAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (s DataStringAttributes) InternalWithRef(ref terra.Reference) DataStringAttributes
- func (s DataStringAttributes) Name() terra.StringValue
- func (s DataStringAttributes) Value() terra.StringValue
- type DataStringState
- type DataTimeouts
- type DataTimeoutsAttributes
- type DataTimeoutsState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataArgs ¶
type DataArgs struct { // AutomationAccountId: string, required AutomationAccountId terra.StringValue `hcl:"automation_account_id,attr" validate:"required"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Timeouts: optional Timeouts *DataTimeouts `hcl:"timeouts,block"` }
DataArgs contains the configurations for azurerm_automation_variables.
type DataBoolAttributes ¶
type DataBoolAttributes struct {
// contains filtered or unexported fields
}
func (DataBoolAttributes) Description ¶
func (b DataBoolAttributes) Description() terra.StringValue
func (DataBoolAttributes) Encrypted ¶
func (b DataBoolAttributes) Encrypted() terra.BoolValue
func (DataBoolAttributes) Id ¶
func (b DataBoolAttributes) Id() terra.StringValue
func (DataBoolAttributes) InternalRef ¶
func (b DataBoolAttributes) InternalRef() (terra.Reference, error)
func (DataBoolAttributes) InternalTokens ¶
func (b DataBoolAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataBoolAttributes) InternalWithRef ¶
func (b DataBoolAttributes) InternalWithRef(ref terra.Reference) DataBoolAttributes
func (DataBoolAttributes) Name ¶
func (b DataBoolAttributes) Name() terra.StringValue
func (DataBoolAttributes) Value ¶
func (b DataBoolAttributes) Value() terra.BoolValue
type DataBoolState ¶
type DataDatetimeAttributes ¶
type DataDatetimeAttributes struct {
// contains filtered or unexported fields
}
func (DataDatetimeAttributes) Description ¶
func (d DataDatetimeAttributes) Description() terra.StringValue
func (DataDatetimeAttributes) Encrypted ¶
func (d DataDatetimeAttributes) Encrypted() terra.BoolValue
func (DataDatetimeAttributes) Id ¶
func (d DataDatetimeAttributes) Id() terra.StringValue
func (DataDatetimeAttributes) InternalRef ¶
func (d DataDatetimeAttributes) InternalRef() (terra.Reference, error)
func (DataDatetimeAttributes) InternalTokens ¶
func (d DataDatetimeAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataDatetimeAttributes) InternalWithRef ¶
func (d DataDatetimeAttributes) InternalWithRef(ref terra.Reference) DataDatetimeAttributes
func (DataDatetimeAttributes) Name ¶
func (d DataDatetimeAttributes) Name() terra.StringValue
func (DataDatetimeAttributes) Value ¶
func (d DataDatetimeAttributes) Value() terra.StringValue
type DataDatetimeState ¶
type DataEncryptedAttributes ¶
type DataEncryptedAttributes struct {
// contains filtered or unexported fields
}
func (DataEncryptedAttributes) Description ¶
func (e DataEncryptedAttributes) Description() terra.StringValue
func (DataEncryptedAttributes) Encrypted ¶
func (e DataEncryptedAttributes) Encrypted() terra.BoolValue
func (DataEncryptedAttributes) Id ¶
func (e DataEncryptedAttributes) Id() terra.StringValue
func (DataEncryptedAttributes) InternalRef ¶
func (e DataEncryptedAttributes) InternalRef() (terra.Reference, error)
func (DataEncryptedAttributes) InternalTokens ¶
func (e DataEncryptedAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataEncryptedAttributes) InternalWithRef ¶
func (e DataEncryptedAttributes) InternalWithRef(ref terra.Reference) DataEncryptedAttributes
func (DataEncryptedAttributes) Name ¶
func (e DataEncryptedAttributes) Name() terra.StringValue
func (DataEncryptedAttributes) Value ¶
func (e DataEncryptedAttributes) Value() terra.StringValue
type DataEncryptedState ¶
type DataIntAttributes ¶
type DataIntAttributes struct {
// contains filtered or unexported fields
}
func (DataIntAttributes) Description ¶
func (i DataIntAttributes) Description() terra.StringValue
func (DataIntAttributes) Encrypted ¶
func (i DataIntAttributes) Encrypted() terra.BoolValue
func (DataIntAttributes) Id ¶
func (i DataIntAttributes) Id() terra.StringValue
func (DataIntAttributes) InternalRef ¶
func (i DataIntAttributes) InternalRef() (terra.Reference, error)
func (DataIntAttributes) InternalTokens ¶
func (i DataIntAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataIntAttributes) InternalWithRef ¶
func (i DataIntAttributes) InternalWithRef(ref terra.Reference) DataIntAttributes
func (DataIntAttributes) Name ¶
func (i DataIntAttributes) Name() terra.StringValue
func (DataIntAttributes) Value ¶
func (i DataIntAttributes) Value() terra.NumberValue
type DataIntState ¶
type DataNullAttributes ¶
type DataNullAttributes struct {
// contains filtered or unexported fields
}
func (DataNullAttributes) Description ¶
func (n DataNullAttributes) Description() terra.StringValue
func (DataNullAttributes) Encrypted ¶
func (n DataNullAttributes) Encrypted() terra.BoolValue
func (DataNullAttributes) Id ¶
func (n DataNullAttributes) Id() terra.StringValue
func (DataNullAttributes) InternalRef ¶
func (n DataNullAttributes) InternalRef() (terra.Reference, error)
func (DataNullAttributes) InternalTokens ¶
func (n DataNullAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataNullAttributes) InternalWithRef ¶
func (n DataNullAttributes) InternalWithRef(ref terra.Reference) DataNullAttributes
func (DataNullAttributes) Name ¶
func (n DataNullAttributes) Name() terra.StringValue
func (DataNullAttributes) Value ¶
func (n DataNullAttributes) Value() terra.StringValue
type DataNullState ¶
type DataObjectAttributes ¶
type DataObjectAttributes struct {
// contains filtered or unexported fields
}
func (DataObjectAttributes) Description ¶
func (o DataObjectAttributes) Description() terra.StringValue
func (DataObjectAttributes) Encrypted ¶
func (o DataObjectAttributes) Encrypted() terra.BoolValue
func (DataObjectAttributes) Id ¶
func (o DataObjectAttributes) Id() terra.StringValue
func (DataObjectAttributes) InternalRef ¶
func (o DataObjectAttributes) InternalRef() (terra.Reference, error)
func (DataObjectAttributes) InternalTokens ¶
func (o DataObjectAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataObjectAttributes) InternalWithRef ¶
func (o DataObjectAttributes) InternalWithRef(ref terra.Reference) DataObjectAttributes
func (DataObjectAttributes) Name ¶
func (o DataObjectAttributes) Name() terra.StringValue
func (DataObjectAttributes) Value ¶
func (o DataObjectAttributes) Value() terra.StringValue
type DataObjectState ¶
type DataSource ¶
DataSource represents the Terraform data resource azurerm_automation_variables.
func Data ¶
func Data(name string, args DataArgs) *DataSource
Data creates a new instance of DataSource.
func (*DataSource) Attributes ¶
func (aav *DataSource) Attributes() dataAzurermAutomationVariablesAttributes
Attributes returns the attributes for DataSource.
func (*DataSource) Configuration ¶
func (aav *DataSource) Configuration() interface{}
Configuration returns the configuration (args) for DataSource.
func (*DataSource) DataSource ¶
func (aav *DataSource) DataSource() string
DataSource returns the Terraform object type for DataSource.
func (*DataSource) LocalName ¶
func (aav *DataSource) LocalName() string
LocalName returns the local name for DataSource.
type DataStringAttributes ¶
type DataStringAttributes struct {
// contains filtered or unexported fields
}
func (DataStringAttributes) Description ¶
func (s DataStringAttributes) Description() terra.StringValue
func (DataStringAttributes) Encrypted ¶
func (s DataStringAttributes) Encrypted() terra.BoolValue
func (DataStringAttributes) Id ¶
func (s DataStringAttributes) Id() terra.StringValue
func (DataStringAttributes) InternalRef ¶
func (s DataStringAttributes) InternalRef() (terra.Reference, error)
func (DataStringAttributes) InternalTokens ¶
func (s DataStringAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataStringAttributes) InternalWithRef ¶
func (s DataStringAttributes) InternalWithRef(ref terra.Reference) DataStringAttributes
func (DataStringAttributes) Name ¶
func (s DataStringAttributes) Name() terra.StringValue
func (DataStringAttributes) Value ¶
func (s DataStringAttributes) Value() terra.StringValue
type DataStringState ¶
type DataTimeouts ¶
type DataTimeouts struct { // Read: string, optional Read terra.StringValue `hcl:"read,attr"` }
type DataTimeoutsAttributes ¶
type DataTimeoutsAttributes struct {
// contains filtered or unexported fields
}
func (DataTimeoutsAttributes) InternalRef ¶
func (t DataTimeoutsAttributes) InternalRef() (terra.Reference, error)
func (DataTimeoutsAttributes) InternalTokens ¶
func (t DataTimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataTimeoutsAttributes) InternalWithRef ¶
func (t DataTimeoutsAttributes) InternalWithRef(ref terra.Reference) DataTimeoutsAttributes
func (DataTimeoutsAttributes) Read ¶
func (t DataTimeoutsAttributes) Read() terra.StringValue
type DataTimeoutsState ¶
type DataTimeoutsState struct {
Read string `json:"read"`
}
Click to show internal directories.
Click to hide internal directories.