Documentation ¶
Index ¶
- type Args
- type Resource
- func (vmt *Resource) Attributes() vaultMfaTotpAttributes
- func (vmt *Resource) Configuration() interface{}
- func (vmt *Resource) DependOn() terra.Reference
- func (vmt *Resource) Dependencies() terra.Dependencies
- func (vmt *Resource) ImportState(state io.Reader) error
- func (vmt *Resource) LifecycleManagement() *terra.Lifecycle
- func (vmt *Resource) LocalName() string
- func (vmt *Resource) State() (*vaultMfaTotpState, bool)
- func (vmt *Resource) StateMust() *vaultMfaTotpState
- func (vmt *Resource) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // Algorithm: string, optional Algorithm terra.StringValue `hcl:"algorithm,attr"` // Digits: number, optional Digits terra.NumberValue `hcl:"digits,attr"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Issuer: string, required Issuer terra.StringValue `hcl:"issuer,attr" validate:"required"` // KeySize: number, optional KeySize terra.NumberValue `hcl:"key_size,attr"` // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // Namespace: string, optional Namespace terra.StringValue `hcl:"namespace,attr"` // Period: number, optional Period terra.NumberValue `hcl:"period,attr"` // QrSize: number, optional QrSize terra.NumberValue `hcl:"qr_size,attr"` // Skew: number, optional Skew terra.NumberValue `hcl:"skew,attr"` }
Args contains the configurations for vault_mfa_totp.
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 vault_mfa_totp.
func (*Resource) Attributes ¶
func (vmt *Resource) Attributes() vaultMfaTotpAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (vmt *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (vmt *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.
Click to show internal directories.
Click to hide internal directories.