Documentation ¶
Index ¶
- type Args
- type Resource
- func (vpsbcc *Resource) Attributes() vaultPkiSecretBackendCrlConfigAttributes
- func (vpsbcc *Resource) Configuration() interface{}
- func (vpsbcc *Resource) DependOn() terra.Reference
- func (vpsbcc *Resource) Dependencies() terra.Dependencies
- func (vpsbcc *Resource) ImportState(state io.Reader) error
- func (vpsbcc *Resource) LifecycleManagement() *terra.Lifecycle
- func (vpsbcc *Resource) LocalName() string
- func (vpsbcc *Resource) State() (*vaultPkiSecretBackendCrlConfigState, bool)
- func (vpsbcc *Resource) StateMust() *vaultPkiSecretBackendCrlConfigState
- func (vpsbcc *Resource) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // AutoRebuild: bool, optional AutoRebuild terra.BoolValue `hcl:"auto_rebuild,attr"` // AutoRebuildGracePeriod: string, optional AutoRebuildGracePeriod terra.StringValue `hcl:"auto_rebuild_grace_period,attr"` // Backend: string, required Backend terra.StringValue `hcl:"backend,attr" validate:"required"` // CrossClusterRevocation: bool, optional CrossClusterRevocation terra.BoolValue `hcl:"cross_cluster_revocation,attr"` // DeltaRebuildInterval: string, optional DeltaRebuildInterval terra.StringValue `hcl:"delta_rebuild_interval,attr"` // Disable: bool, optional Disable terra.BoolValue `hcl:"disable,attr"` // EnableDelta: bool, optional EnableDelta terra.BoolValue `hcl:"enable_delta,attr"` // Expiry: string, optional Expiry terra.StringValue `hcl:"expiry,attr"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Namespace: string, optional Namespace terra.StringValue `hcl:"namespace,attr"` // OcspDisable: bool, optional OcspDisable terra.BoolValue `hcl:"ocsp_disable,attr"` // OcspExpiry: string, optional OcspExpiry terra.StringValue `hcl:"ocsp_expiry,attr"` // UnifiedCrl: bool, optional UnifiedCrl terra.BoolValue `hcl:"unified_crl,attr"` // UnifiedCrlOnExistingPaths: bool, optional UnifiedCrlOnExistingPaths terra.BoolValue `hcl:"unified_crl_on_existing_paths,attr"` }
Args contains the configurations for vault_pki_secret_backend_crl_config.
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_crl_config.
func (*Resource) Attributes ¶
func (vpsbcc *Resource) Attributes() vaultPkiSecretBackendCrlConfigAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (vpsbcc *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (vpsbcc *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.