Documentation ¶
Index ¶
- type DataArgs
- type DataImagesAttributes
- func (i DataImagesAttributes) ExcludeFromLatest() terra.BoolValue
- func (i DataImagesAttributes) Id() terra.StringValue
- func (i DataImagesAttributes) InternalRef() (terra.Reference, error)
- func (i DataImagesAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (i DataImagesAttributes) InternalWithRef(ref terra.Reference) DataImagesAttributes
- func (i DataImagesAttributes) Location() terra.StringValue
- func (i DataImagesAttributes) ManagedImageId() terra.StringValue
- func (i DataImagesAttributes) Name() terra.StringValue
- func (i DataImagesAttributes) Tags() terra.MapValue[terra.StringValue]
- func (i DataImagesAttributes) TargetRegion() terra.ListValue[DataImagesTargetRegionAttributes]
- type DataImagesState
- type DataImagesTargetRegionAttributes
- func (tr DataImagesTargetRegionAttributes) InternalRef() (terra.Reference, error)
- func (tr DataImagesTargetRegionAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (tr DataImagesTargetRegionAttributes) InternalWithRef(ref terra.Reference) DataImagesTargetRegionAttributes
- func (tr DataImagesTargetRegionAttributes) Name() terra.StringValue
- func (tr DataImagesTargetRegionAttributes) RegionalReplicaCount() terra.NumberValue
- func (tr DataImagesTargetRegionAttributes) StorageAccountType() terra.StringValue
- type DataImagesTargetRegionState
- type DataSource
- 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 { // GalleryName: string, required GalleryName terra.StringValue `hcl:"gallery_name,attr" validate:"required"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // ImageName: string, required ImageName terra.StringValue `hcl:"image_name,attr" validate:"required"` // ResourceGroupName: string, required ResourceGroupName terra.StringValue `hcl:"resource_group_name,attr" validate:"required"` // TagsFilter: map of string, optional TagsFilter terra.MapValue[terra.StringValue] `hcl:"tags_filter,attr"` // Timeouts: optional Timeouts *DataTimeouts `hcl:"timeouts,block"` }
DataArgs contains the configurations for azurerm_shared_image_versions.
type DataImagesAttributes ¶
type DataImagesAttributes struct {
// contains filtered or unexported fields
}
func (DataImagesAttributes) ExcludeFromLatest ¶
func (i DataImagesAttributes) ExcludeFromLatest() terra.BoolValue
func (DataImagesAttributes) Id ¶
func (i DataImagesAttributes) Id() terra.StringValue
func (DataImagesAttributes) InternalRef ¶
func (i DataImagesAttributes) InternalRef() (terra.Reference, error)
func (DataImagesAttributes) InternalTokens ¶
func (i DataImagesAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataImagesAttributes) InternalWithRef ¶
func (i DataImagesAttributes) InternalWithRef(ref terra.Reference) DataImagesAttributes
func (DataImagesAttributes) Location ¶
func (i DataImagesAttributes) Location() terra.StringValue
func (DataImagesAttributes) ManagedImageId ¶
func (i DataImagesAttributes) ManagedImageId() terra.StringValue
func (DataImagesAttributes) Name ¶
func (i DataImagesAttributes) Name() terra.StringValue
func (DataImagesAttributes) Tags ¶
func (i DataImagesAttributes) Tags() terra.MapValue[terra.StringValue]
func (DataImagesAttributes) TargetRegion ¶
func (i DataImagesAttributes) TargetRegion() terra.ListValue[DataImagesTargetRegionAttributes]
type DataImagesState ¶
type DataImagesState struct { ExcludeFromLatest bool `json:"exclude_from_latest"` Id string `json:"id"` Location string `json:"location"` ManagedImageId string `json:"managed_image_id"` Name string `json:"name"` Tags map[string]string `json:"tags"` TargetRegion []DataImagesTargetRegionState `json:"target_region"` }
type DataImagesTargetRegionAttributes ¶
type DataImagesTargetRegionAttributes struct {
// contains filtered or unexported fields
}
func (DataImagesTargetRegionAttributes) InternalRef ¶
func (tr DataImagesTargetRegionAttributes) InternalRef() (terra.Reference, error)
func (DataImagesTargetRegionAttributes) InternalTokens ¶
func (tr DataImagesTargetRegionAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataImagesTargetRegionAttributes) InternalWithRef ¶
func (tr DataImagesTargetRegionAttributes) InternalWithRef(ref terra.Reference) DataImagesTargetRegionAttributes
func (DataImagesTargetRegionAttributes) Name ¶
func (tr DataImagesTargetRegionAttributes) Name() terra.StringValue
func (DataImagesTargetRegionAttributes) RegionalReplicaCount ¶
func (tr DataImagesTargetRegionAttributes) RegionalReplicaCount() terra.NumberValue
func (DataImagesTargetRegionAttributes) StorageAccountType ¶
func (tr DataImagesTargetRegionAttributes) StorageAccountType() terra.StringValue
type DataSource ¶
DataSource represents the Terraform data resource azurerm_shared_image_versions.
func Data ¶
func Data(name string, args DataArgs) *DataSource
Data creates a new instance of DataSource.
func (*DataSource) Attributes ¶
func (asiv *DataSource) Attributes() dataAzurermSharedImageVersionsAttributes
Attributes returns the attributes for DataSource.
func (*DataSource) Configuration ¶
func (asiv *DataSource) Configuration() interface{}
Configuration returns the configuration (args) for DataSource.
func (*DataSource) DataSource ¶
func (asiv *DataSource) DataSource() string
DataSource returns the Terraform object type for DataSource.
func (*DataSource) LocalName ¶
func (asiv *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"`
}
Click to show internal directories.
Click to hide internal directories.