Documentation ¶
Index ¶
- type Args
- type Password1
- type Password1Attributes
- func (p Password1Attributes) Expiry() terra.StringValue
- func (p Password1Attributes) InternalRef() (terra.Reference, error)
- func (p Password1Attributes) InternalTokens() (hclwrite.Tokens, error)
- func (p Password1Attributes) InternalWithRef(ref terra.Reference) Password1Attributes
- func (p Password1Attributes) Value() terra.StringValue
- type Password1State
- type Password2
- type Password2Attributes
- func (p Password2Attributes) Expiry() terra.StringValue
- func (p Password2Attributes) InternalRef() (terra.Reference, error)
- func (p Password2Attributes) InternalTokens() (hclwrite.Tokens, error)
- func (p Password2Attributes) InternalWithRef(ref terra.Reference) Password2Attributes
- func (p Password2Attributes) Value() terra.StringValue
- type Password2State
- type Resource
- func (acrtp *Resource) Attributes() azurermContainerRegistryTokenPasswordAttributes
- func (acrtp *Resource) Configuration() interface{}
- func (acrtp *Resource) DependOn() terra.Reference
- func (acrtp *Resource) Dependencies() terra.Dependencies
- func (acrtp *Resource) ImportState(state io.Reader) error
- func (acrtp *Resource) LifecycleManagement() *terra.Lifecycle
- func (acrtp *Resource) LocalName() string
- func (acrtp *Resource) State() (*azurermContainerRegistryTokenPasswordState, bool)
- func (acrtp *Resource) StateMust() *azurermContainerRegistryTokenPasswordState
- func (acrtp *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 { // ContainerRegistryTokenId: string, required ContainerRegistryTokenId terra.StringValue `hcl:"container_registry_token_id,attr" validate:"required"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Password1: required Password1 *Password1 `hcl:"password1,block" validate:"required"` // Password2: optional Password2 *Password2 `hcl:"password2,block"` // Timeouts: optional Timeouts *Timeouts `hcl:"timeouts,block"` }
Args contains the configurations for azurerm_container_registry_token_password.
type Password1 ¶
type Password1 struct { // Expiry: string, optional Expiry terra.StringValue `hcl:"expiry,attr"` }
type Password1Attributes ¶
type Password1Attributes struct {
// contains filtered or unexported fields
}
func (Password1Attributes) Expiry ¶
func (p Password1Attributes) Expiry() terra.StringValue
func (Password1Attributes) InternalRef ¶
func (p Password1Attributes) InternalRef() (terra.Reference, error)
func (Password1Attributes) InternalTokens ¶
func (p Password1Attributes) InternalTokens() (hclwrite.Tokens, error)
func (Password1Attributes) InternalWithRef ¶
func (p Password1Attributes) InternalWithRef(ref terra.Reference) Password1Attributes
func (Password1Attributes) Value ¶
func (p Password1Attributes) Value() terra.StringValue
type Password1State ¶
type Password2 ¶
type Password2 struct { // Expiry: string, optional Expiry terra.StringValue `hcl:"expiry,attr"` }
type Password2Attributes ¶
type Password2Attributes struct {
// contains filtered or unexported fields
}
func (Password2Attributes) Expiry ¶
func (p Password2Attributes) Expiry() terra.StringValue
func (Password2Attributes) InternalRef ¶
func (p Password2Attributes) InternalRef() (terra.Reference, error)
func (Password2Attributes) InternalTokens ¶
func (p Password2Attributes) InternalTokens() (hclwrite.Tokens, error)
func (Password2Attributes) InternalWithRef ¶
func (p Password2Attributes) InternalWithRef(ref terra.Reference) Password2Attributes
func (Password2Attributes) Value ¶
func (p Password2Attributes) Value() terra.StringValue
type Password2State ¶
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_container_registry_token_password.
func (*Resource) Attributes ¶
func (acrtp *Resource) Attributes() azurermContainerRegistryTokenPasswordAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (acrtp *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (acrtp *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.