Documentation ¶
Index ¶
- type Args
- type Resource
- func (vpsbci *Resource) Attributes() vaultPkiSecretBackendConfigIssuersAttributes
- func (vpsbci *Resource) Configuration() interface{}
- func (vpsbci *Resource) DependOn() terra.Reference
- func (vpsbci *Resource) Dependencies() terra.Dependencies
- func (vpsbci *Resource) ImportState(state io.Reader) error
- func (vpsbci *Resource) LifecycleManagement() *terra.Lifecycle
- func (vpsbci *Resource) LocalName() string
- func (vpsbci *Resource) State() (*vaultPkiSecretBackendConfigIssuersState, bool)
- func (vpsbci *Resource) StateMust() *vaultPkiSecretBackendConfigIssuersState
- func (vpsbci *Resource) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // Backend: string, required Backend terra.StringValue `hcl:"backend,attr" validate:"required"` // Default: string, optional Default terra.StringValue `hcl:"default,attr"` // DefaultFollowsLatestIssuer: bool, optional DefaultFollowsLatestIssuer terra.BoolValue `hcl:"default_follows_latest_issuer,attr"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Namespace: string, optional Namespace terra.StringValue `hcl:"namespace,attr"` }
Args contains the configurations for vault_pki_secret_backend_config_issuers.
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_pki_secret_backend_config_issuers.
func (*Resource) Attributes ¶
func (vpsbci *Resource) Attributes() vaultPkiSecretBackendConfigIssuersAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (vpsbci *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (vpsbci *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.