Documentation
¶
Index ¶
- type Images
- type ImagesAttributes
- func (i ImagesAttributes) ExcludeFromLatest() terra.BoolValue
- func (i ImagesAttributes) InternalRef() (terra.Reference, error)
- func (i ImagesAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (i ImagesAttributes) InternalWithRef(ref terra.Reference) ImagesAttributes
- func (i ImagesAttributes) Location() terra.StringValue
- func (i ImagesAttributes) ManagedImageId() terra.StringValue
- func (i ImagesAttributes) Name() terra.StringValue
- func (i ImagesAttributes) Tags() terra.MapValue[terra.StringValue]
- func (i ImagesAttributes) TargetRegion() terra.ListValue[TargetRegionAttributes]
- type ImagesState
- type TargetRegion
- type TargetRegionAttributes
- func (tr TargetRegionAttributes) InternalRef() (terra.Reference, error)
- func (tr TargetRegionAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (tr TargetRegionAttributes) InternalWithRef(ref terra.Reference) TargetRegionAttributes
- func (tr TargetRegionAttributes) Name() terra.StringValue
- func (tr TargetRegionAttributes) RegionalReplicaCount() terra.NumberValue
- func (tr TargetRegionAttributes) StorageAccountType() terra.StringValue
- type TargetRegionState
- type Timeouts
- type TimeoutsAttributes
- type TimeoutsState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Images ¶
type Images struct { // TargetRegion: min=0 TargetRegion []TargetRegion `hcl:"target_region,block" validate:"min=0"` }
type ImagesAttributes ¶
type ImagesAttributes struct {
// contains filtered or unexported fields
}
func (ImagesAttributes) ExcludeFromLatest ¶
func (i ImagesAttributes) ExcludeFromLatest() terra.BoolValue
func (ImagesAttributes) InternalRef ¶
func (i ImagesAttributes) InternalRef() (terra.Reference, error)
func (ImagesAttributes) InternalTokens ¶
func (i ImagesAttributes) InternalTokens() (hclwrite.Tokens, error)
func (ImagesAttributes) InternalWithRef ¶
func (i ImagesAttributes) InternalWithRef(ref terra.Reference) ImagesAttributes
func (ImagesAttributes) Location ¶
func (i ImagesAttributes) Location() terra.StringValue
func (ImagesAttributes) ManagedImageId ¶
func (i ImagesAttributes) ManagedImageId() terra.StringValue
func (ImagesAttributes) Name ¶
func (i ImagesAttributes) Name() terra.StringValue
func (ImagesAttributes) Tags ¶
func (i ImagesAttributes) Tags() terra.MapValue[terra.StringValue]
func (ImagesAttributes) TargetRegion ¶
func (i ImagesAttributes) TargetRegion() terra.ListValue[TargetRegionAttributes]
type ImagesState ¶
type TargetRegion ¶
type TargetRegion struct{}
type TargetRegionAttributes ¶
type TargetRegionAttributes struct {
// contains filtered or unexported fields
}
func (TargetRegionAttributes) InternalRef ¶
func (tr TargetRegionAttributes) InternalRef() (terra.Reference, error)
func (TargetRegionAttributes) InternalTokens ¶
func (tr TargetRegionAttributes) InternalTokens() (hclwrite.Tokens, error)
func (TargetRegionAttributes) InternalWithRef ¶
func (tr TargetRegionAttributes) InternalWithRef(ref terra.Reference) TargetRegionAttributes
func (TargetRegionAttributes) Name ¶
func (tr TargetRegionAttributes) Name() terra.StringValue
func (TargetRegionAttributes) RegionalReplicaCount ¶
func (tr TargetRegionAttributes) RegionalReplicaCount() terra.NumberValue
func (TargetRegionAttributes) StorageAccountType ¶
func (tr TargetRegionAttributes) StorageAccountType() terra.StringValue
type TargetRegionState ¶
type Timeouts ¶
type Timeouts struct { // Read: string, optional Read terra.StringValue `hcl:"read,attr"` }
type TimeoutsAttributes ¶
type TimeoutsAttributes struct {
// contains filtered or unexported fields
}
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
type TimeoutsState ¶
type TimeoutsState struct {
Read string `json:"read"`
}
Click to show internal directories.
Click to hide internal directories.