Documentation ¶
Index ¶
- type Args
- type Resource
- func (vra *Resource) Attributes() vaultRaftAutopilotAttributes
- func (vra *Resource) Configuration() interface{}
- func (vra *Resource) DependOn() terra.Reference
- func (vra *Resource) Dependencies() terra.Dependencies
- func (vra *Resource) ImportState(state io.Reader) error
- func (vra *Resource) LifecycleManagement() *terra.Lifecycle
- func (vra *Resource) LocalName() string
- func (vra *Resource) State() (*vaultRaftAutopilotState, bool)
- func (vra *Resource) StateMust() *vaultRaftAutopilotState
- func (vra *Resource) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // CleanupDeadServers: bool, optional CleanupDeadServers terra.BoolValue `hcl:"cleanup_dead_servers,attr"` // DeadServerLastContactThreshold: string, optional DeadServerLastContactThreshold terra.StringValue `hcl:"dead_server_last_contact_threshold,attr"` // DisableUpgradeMigration: bool, optional DisableUpgradeMigration terra.BoolValue `hcl:"disable_upgrade_migration,attr"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // LastContactThreshold: string, optional LastContactThreshold terra.StringValue `hcl:"last_contact_threshold,attr"` // MaxTrailingLogs: number, optional MaxTrailingLogs terra.NumberValue `hcl:"max_trailing_logs,attr"` // MinQuorum: number, optional MinQuorum terra.NumberValue `hcl:"min_quorum,attr"` // Namespace: string, optional Namespace terra.StringValue `hcl:"namespace,attr"` // ServerStabilizationTime: string, optional ServerStabilizationTime terra.StringValue `hcl:"server_stabilization_time,attr"` }
Args contains the configurations for vault_raft_autopilot.
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_raft_autopilot.
func (*Resource) Attributes ¶
func (vra *Resource) Attributes() vaultRaftAutopilotAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (vra *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (vra *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.