Documentation ¶
Index ¶
- type Args
- type Resource
- func (vasl *Resource) Attributes() vaultAdSecretLibraryAttributes
- func (vasl *Resource) Configuration() interface{}
- func (vasl *Resource) DependOn() terra.Reference
- func (vasl *Resource) Dependencies() terra.Dependencies
- func (vasl *Resource) ImportState(state io.Reader) error
- func (vasl *Resource) LifecycleManagement() *terra.Lifecycle
- func (vasl *Resource) LocalName() string
- func (vasl *Resource) State() (*vaultAdSecretLibraryState, bool)
- func (vasl *Resource) StateMust() *vaultAdSecretLibraryState
- func (vasl *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"` // DisableCheckInEnforcement: bool, optional DisableCheckInEnforcement terra.BoolValue `hcl:"disable_check_in_enforcement,attr"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // MaxTtl: number, optional MaxTtl terra.NumberValue `hcl:"max_ttl,attr"` // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // Namespace: string, optional Namespace terra.StringValue `hcl:"namespace,attr"` // ServiceAccountNames: list of string, required ServiceAccountNames terra.ListValue[terra.StringValue] `hcl:"service_account_names,attr" validate:"required"` // Ttl: number, optional Ttl terra.NumberValue `hcl:"ttl,attr"` }
Args contains the configurations for vault_ad_secret_library.
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_ad_secret_library.
func (*Resource) Attributes ¶
func (vasl *Resource) Attributes() vaultAdSecretLibraryAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (vasl *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (vasl *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.