Documentation ¶
Index ¶
- type Args
- type ProtectedSettingsFromKeyVault
- type ProtectedSettingsFromKeyVaultAttributes
- func (psfkv ProtectedSettingsFromKeyVaultAttributes) InternalRef() (terra.Reference, error)
- func (psfkv ProtectedSettingsFromKeyVaultAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (psfkv ProtectedSettingsFromKeyVaultAttributes) InternalWithRef(ref terra.Reference) ProtectedSettingsFromKeyVaultAttributes
- func (psfkv ProtectedSettingsFromKeyVaultAttributes) SecretUrl() terra.StringValue
- func (psfkv ProtectedSettingsFromKeyVaultAttributes) SourceVaultId() terra.StringValue
- type ProtectedSettingsFromKeyVaultState
- type Resource
- func (avme *Resource) Attributes() azurermVirtualMachineExtensionAttributes
- func (avme *Resource) Configuration() interface{}
- func (avme *Resource) DependOn() terra.Reference
- func (avme *Resource) Dependencies() terra.Dependencies
- func (avme *Resource) ImportState(state io.Reader) error
- func (avme *Resource) LifecycleManagement() *terra.Lifecycle
- func (avme *Resource) LocalName() string
- func (avme *Resource) State() (*azurermVirtualMachineExtensionState, bool)
- func (avme *Resource) StateMust() *azurermVirtualMachineExtensionState
- func (avme *Resource) Type() string
- type Timeouts
- type TimeoutsAttributes
- func (t TimeoutsAttributes) Create() terra.StringValue
- func (t TimeoutsAttributes) Delete() terra.StringValue
- func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)
- func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes
- func (t TimeoutsAttributes) Read() terra.StringValue
- func (t TimeoutsAttributes) Update() terra.StringValue
- type TimeoutsState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // AutoUpgradeMinorVersion: bool, optional AutoUpgradeMinorVersion terra.BoolValue `hcl:"auto_upgrade_minor_version,attr"` // AutomaticUpgradeEnabled: bool, optional AutomaticUpgradeEnabled terra.BoolValue `hcl:"automatic_upgrade_enabled,attr"` // FailureSuppressionEnabled: bool, optional FailureSuppressionEnabled terra.BoolValue `hcl:"failure_suppression_enabled,attr"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // ProtectedSettings: string, optional ProtectedSettings terra.StringValue `hcl:"protected_settings,attr"` // ProvisionAfterExtensions: list of string, optional ProvisionAfterExtensions terra.ListValue[terra.StringValue] `hcl:"provision_after_extensions,attr"` // Publisher: string, required Publisher terra.StringValue `hcl:"publisher,attr" validate:"required"` // Settings: string, optional Settings terra.StringValue `hcl:"settings,attr"` // Tags: map of string, optional Tags terra.MapValue[terra.StringValue] `hcl:"tags,attr"` // Type: string, required Type terra.StringValue `hcl:"type,attr" validate:"required"` // TypeHandlerVersion: string, required TypeHandlerVersion terra.StringValue `hcl:"type_handler_version,attr" validate:"required"` // VirtualMachineId: string, required VirtualMachineId terra.StringValue `hcl:"virtual_machine_id,attr" validate:"required"` // ProtectedSettingsFromKeyVault: optional ProtectedSettingsFromKeyVault *ProtectedSettingsFromKeyVault `hcl:"protected_settings_from_key_vault,block"` // Timeouts: optional Timeouts *Timeouts `hcl:"timeouts,block"` }
Args contains the configurations for azurerm_virtual_machine_extension.
type ProtectedSettingsFromKeyVault ¶
type ProtectedSettingsFromKeyVault struct { // SecretUrl: string, required SecretUrl terra.StringValue `hcl:"secret_url,attr" validate:"required"` // SourceVaultId: string, required SourceVaultId terra.StringValue `hcl:"source_vault_id,attr" validate:"required"` }
type ProtectedSettingsFromKeyVaultAttributes ¶
type ProtectedSettingsFromKeyVaultAttributes struct {
// contains filtered or unexported fields
}
func (ProtectedSettingsFromKeyVaultAttributes) InternalRef ¶
func (psfkv ProtectedSettingsFromKeyVaultAttributes) InternalRef() (terra.Reference, error)
func (ProtectedSettingsFromKeyVaultAttributes) InternalTokens ¶
func (psfkv ProtectedSettingsFromKeyVaultAttributes) InternalTokens() (hclwrite.Tokens, error)
func (ProtectedSettingsFromKeyVaultAttributes) InternalWithRef ¶
func (psfkv ProtectedSettingsFromKeyVaultAttributes) InternalWithRef(ref terra.Reference) ProtectedSettingsFromKeyVaultAttributes
func (ProtectedSettingsFromKeyVaultAttributes) SecretUrl ¶
func (psfkv ProtectedSettingsFromKeyVaultAttributes) SecretUrl() terra.StringValue
func (ProtectedSettingsFromKeyVaultAttributes) SourceVaultId ¶
func (psfkv ProtectedSettingsFromKeyVaultAttributes) SourceVaultId() terra.StringValue
type Resource ¶
type Resource struct { Name string Args Args DependsOn terra.Dependencies Lifecycle *terra.Lifecycle // contains filtered or unexported fields }
Resource represents the Terraform resource azurerm_virtual_machine_extension.
func (*Resource) Attributes ¶
func (avme *Resource) Attributes() azurermVirtualMachineExtensionAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (avme *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (avme *Resource) Dependencies() terra.Dependencies
Dependencies returns the list of resources Resource depends_on.
func (*Resource) ImportState ¶
ImportState imports the given attribute values into Resource's state.
func (*Resource) LifecycleManagement ¶
LifecycleManagement returns the lifecycle block for Resource.
type Timeouts ¶
type Timeouts struct { // Create: string, optional Create terra.StringValue `hcl:"create,attr"` // Delete: string, optional Delete terra.StringValue `hcl:"delete,attr"` // Read: string, optional Read terra.StringValue `hcl:"read,attr"` // Update: string, optional Update terra.StringValue `hcl:"update,attr"` }
type TimeoutsAttributes ¶
type TimeoutsAttributes struct {
// contains filtered or unexported fields
}
func (TimeoutsAttributes) Create ¶
func (t TimeoutsAttributes) Create() terra.StringValue
func (TimeoutsAttributes) Delete ¶
func (t TimeoutsAttributes) Delete() terra.StringValue
func (TimeoutsAttributes) InternalRef ¶
func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)
func (TimeoutsAttributes) InternalTokens ¶
func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (TimeoutsAttributes) InternalWithRef ¶
func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes
func (TimeoutsAttributes) Read ¶
func (t TimeoutsAttributes) Read() terra.StringValue
func (TimeoutsAttributes) Update ¶
func (t TimeoutsAttributes) Update() terra.StringValue
Click to show internal directories.
Click to hide internal directories.