Documentation ¶
Index ¶
- type Args
- type DataArgs
- type DataIdentifierAttributes
- func (i DataIdentifierAttributes) InternalRef() (terra.Reference, error)
- func (i DataIdentifierAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (i DataIdentifierAttributes) InternalWithRef(ref terra.Reference) DataIdentifierAttributes
- func (i DataIdentifierAttributes) Offer() terra.StringValue
- func (i DataIdentifierAttributes) Publisher() terra.StringValue
- func (i DataIdentifierAttributes) Sku() terra.StringValue
- type DataIdentifierState
- type DataPurchasePlanAttributes
- func (pp DataPurchasePlanAttributes) InternalRef() (terra.Reference, error)
- func (pp DataPurchasePlanAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (pp DataPurchasePlanAttributes) InternalWithRef(ref terra.Reference) DataPurchasePlanAttributes
- func (pp DataPurchasePlanAttributes) Name() terra.StringValue
- func (pp DataPurchasePlanAttributes) Product() terra.StringValue
- func (pp DataPurchasePlanAttributes) Publisher() terra.StringValue
- type DataPurchasePlanState
- type DataSource
- type DataTimeouts
- type DataTimeoutsAttributes
- type DataTimeoutsState
- type Identifier
- type IdentifierAttributes
- func (i IdentifierAttributes) InternalRef() (terra.Reference, error)
- func (i IdentifierAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (i IdentifierAttributes) InternalWithRef(ref terra.Reference) IdentifierAttributes
- func (i IdentifierAttributes) Offer() terra.StringValue
- func (i IdentifierAttributes) Publisher() terra.StringValue
- func (i IdentifierAttributes) Sku() terra.StringValue
- type IdentifierState
- type PurchasePlan
- type PurchasePlanAttributes
- func (pp PurchasePlanAttributes) InternalRef() (terra.Reference, error)
- func (pp PurchasePlanAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (pp PurchasePlanAttributes) InternalWithRef(ref terra.Reference) PurchasePlanAttributes
- func (pp PurchasePlanAttributes) Name() terra.StringValue
- func (pp PurchasePlanAttributes) Product() terra.StringValue
- func (pp PurchasePlanAttributes) Publisher() terra.StringValue
- type PurchasePlanState
- type Resource
- func (asi *Resource) Attributes() azurermSharedImageAttributes
- func (asi *Resource) Configuration() interface{}
- func (asi *Resource) DependOn() terra.Reference
- func (asi *Resource) Dependencies() terra.Dependencies
- func (asi *Resource) ImportState(state io.Reader) error
- func (asi *Resource) LifecycleManagement() *terra.Lifecycle
- func (asi *Resource) LocalName() string
- func (asi *Resource) State() (*azurermSharedImageState, bool)
- func (asi *Resource) StateMust() *azurermSharedImageState
- func (asi *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 { // AcceleratedNetworkSupportEnabled: bool, optional AcceleratedNetworkSupportEnabled terra.BoolValue `hcl:"accelerated_network_support_enabled,attr"` // Architecture: string, optional Architecture terra.StringValue `hcl:"architecture,attr"` // ConfidentialVmEnabled: bool, optional ConfidentialVmEnabled terra.BoolValue `hcl:"confidential_vm_enabled,attr"` // ConfidentialVmSupported: bool, optional ConfidentialVmSupported terra.BoolValue `hcl:"confidential_vm_supported,attr"` // Description: string, optional Description terra.StringValue `hcl:"description,attr"` // DiskTypesNotAllowed: set of string, optional DiskTypesNotAllowed terra.SetValue[terra.StringValue] `hcl:"disk_types_not_allowed,attr"` // EndOfLifeDate: string, optional EndOfLifeDate terra.StringValue `hcl:"end_of_life_date,attr"` // Eula: string, optional Eula terra.StringValue `hcl:"eula,attr"` // GalleryName: string, required GalleryName terra.StringValue `hcl:"gallery_name,attr" validate:"required"` // HyperVGeneration: string, optional HyperVGeneration terra.StringValue `hcl:"hyper_v_generation,attr"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Location: string, required Location terra.StringValue `hcl:"location,attr" validate:"required"` // MaxRecommendedMemoryInGb: number, optional MaxRecommendedMemoryInGb terra.NumberValue `hcl:"max_recommended_memory_in_gb,attr"` // MaxRecommendedVcpuCount: number, optional MaxRecommendedVcpuCount terra.NumberValue `hcl:"max_recommended_vcpu_count,attr"` // MinRecommendedMemoryInGb: number, optional MinRecommendedMemoryInGb terra.NumberValue `hcl:"min_recommended_memory_in_gb,attr"` // MinRecommendedVcpuCount: number, optional MinRecommendedVcpuCount terra.NumberValue `hcl:"min_recommended_vcpu_count,attr"` // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // OsType: string, required OsType terra.StringValue `hcl:"os_type,attr" validate:"required"` // PrivacyStatementUri: string, optional PrivacyStatementUri terra.StringValue `hcl:"privacy_statement_uri,attr"` // ReleaseNoteUri: string, optional ReleaseNoteUri terra.StringValue `hcl:"release_note_uri,attr"` // ResourceGroupName: string, required ResourceGroupName terra.StringValue `hcl:"resource_group_name,attr" validate:"required"` // Specialized: bool, optional Specialized terra.BoolValue `hcl:"specialized,attr"` // Tags: map of string, optional Tags terra.MapValue[terra.StringValue] `hcl:"tags,attr"` // TrustedLaunchEnabled: bool, optional TrustedLaunchEnabled terra.BoolValue `hcl:"trusted_launch_enabled,attr"` // TrustedLaunchSupported: bool, optional TrustedLaunchSupported terra.BoolValue `hcl:"trusted_launch_supported,attr"` // Identifier: required Identifier *Identifier `hcl:"identifier,block" validate:"required"` // PurchasePlan: optional PurchasePlan *PurchasePlan `hcl:"purchase_plan,block"` // Timeouts: optional Timeouts *Timeouts `hcl:"timeouts,block"` }
Args contains the configurations for azurerm_shared_image.
type DataArgs ¶
type DataArgs struct { // GalleryName: string, required GalleryName terra.StringValue `hcl:"gallery_name,attr" validate:"required"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // ResourceGroupName: string, required ResourceGroupName terra.StringValue `hcl:"resource_group_name,attr" validate:"required"` // Timeouts: optional Timeouts *DataTimeouts `hcl:"timeouts,block"` }
DataArgs contains the configurations for azurerm_shared_image.
type DataIdentifierAttributes ¶
type DataIdentifierAttributes struct {
// contains filtered or unexported fields
}
func (DataIdentifierAttributes) InternalRef ¶
func (i DataIdentifierAttributes) InternalRef() (terra.Reference, error)
func (DataIdentifierAttributes) InternalTokens ¶
func (i DataIdentifierAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataIdentifierAttributes) InternalWithRef ¶
func (i DataIdentifierAttributes) InternalWithRef(ref terra.Reference) DataIdentifierAttributes
func (DataIdentifierAttributes) Offer ¶
func (i DataIdentifierAttributes) Offer() terra.StringValue
func (DataIdentifierAttributes) Publisher ¶
func (i DataIdentifierAttributes) Publisher() terra.StringValue
func (DataIdentifierAttributes) Sku ¶
func (i DataIdentifierAttributes) Sku() terra.StringValue
type DataIdentifierState ¶
type DataPurchasePlanAttributes ¶
type DataPurchasePlanAttributes struct {
// contains filtered or unexported fields
}
func (DataPurchasePlanAttributes) InternalRef ¶
func (pp DataPurchasePlanAttributes) InternalRef() (terra.Reference, error)
func (DataPurchasePlanAttributes) InternalTokens ¶
func (pp DataPurchasePlanAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataPurchasePlanAttributes) InternalWithRef ¶
func (pp DataPurchasePlanAttributes) InternalWithRef(ref terra.Reference) DataPurchasePlanAttributes
func (DataPurchasePlanAttributes) Name ¶
func (pp DataPurchasePlanAttributes) Name() terra.StringValue
func (DataPurchasePlanAttributes) Product ¶
func (pp DataPurchasePlanAttributes) Product() terra.StringValue
func (DataPurchasePlanAttributes) Publisher ¶
func (pp DataPurchasePlanAttributes) Publisher() terra.StringValue
type DataPurchasePlanState ¶
type DataSource ¶
DataSource represents the Terraform data resource azurerm_shared_image.
func Data ¶
func Data(name string, args DataArgs) *DataSource
Data creates a new instance of DataSource.
func (*DataSource) Attributes ¶
func (asi *DataSource) Attributes() dataAzurermSharedImageAttributes
Attributes returns the attributes for DataSource.
func (*DataSource) Configuration ¶
func (asi *DataSource) Configuration() interface{}
Configuration returns the configuration (args) for DataSource.
func (*DataSource) DataSource ¶
func (asi *DataSource) DataSource() string
DataSource returns the Terraform object type for DataSource.
func (*DataSource) LocalName ¶
func (asi *DataSource) LocalName() string
LocalName returns the local name for DataSource.
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"`
}
type Identifier ¶
type Identifier struct { // Offer: string, required Offer terra.StringValue `hcl:"offer,attr" validate:"required"` // Publisher: string, required Publisher terra.StringValue `hcl:"publisher,attr" validate:"required"` // Sku: string, required Sku terra.StringValue `hcl:"sku,attr" validate:"required"` }
type IdentifierAttributes ¶
type IdentifierAttributes struct {
// contains filtered or unexported fields
}
func (IdentifierAttributes) InternalRef ¶
func (i IdentifierAttributes) InternalRef() (terra.Reference, error)
func (IdentifierAttributes) InternalTokens ¶
func (i IdentifierAttributes) InternalTokens() (hclwrite.Tokens, error)
func (IdentifierAttributes) InternalWithRef ¶
func (i IdentifierAttributes) InternalWithRef(ref terra.Reference) IdentifierAttributes
func (IdentifierAttributes) Offer ¶
func (i IdentifierAttributes) Offer() terra.StringValue
func (IdentifierAttributes) Publisher ¶
func (i IdentifierAttributes) Publisher() terra.StringValue
func (IdentifierAttributes) Sku ¶
func (i IdentifierAttributes) Sku() terra.StringValue
type IdentifierState ¶
type PurchasePlan ¶
type PurchasePlan struct { // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // Product: string, optional Product terra.StringValue `hcl:"product,attr"` // Publisher: string, optional Publisher terra.StringValue `hcl:"publisher,attr"` }
type PurchasePlanAttributes ¶
type PurchasePlanAttributes struct {
// contains filtered or unexported fields
}
func (PurchasePlanAttributes) InternalRef ¶
func (pp PurchasePlanAttributes) InternalRef() (terra.Reference, error)
func (PurchasePlanAttributes) InternalTokens ¶
func (pp PurchasePlanAttributes) InternalTokens() (hclwrite.Tokens, error)
func (PurchasePlanAttributes) InternalWithRef ¶
func (pp PurchasePlanAttributes) InternalWithRef(ref terra.Reference) PurchasePlanAttributes
func (PurchasePlanAttributes) Name ¶
func (pp PurchasePlanAttributes) Name() terra.StringValue
func (PurchasePlanAttributes) Product ¶
func (pp PurchasePlanAttributes) Product() terra.StringValue
func (PurchasePlanAttributes) Publisher ¶
func (pp PurchasePlanAttributes) Publisher() terra.StringValue
type PurchasePlanState ¶
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_shared_image.
func (*Resource) Attributes ¶
func (asi *Resource) Attributes() azurermSharedImageAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (asi *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (asi *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