Documentation ¶
Index ¶
- type Args
- type Resource
- func (gcmtc *Resource) Attributes() googleCertificateManagerTrustConfigAttributes
- func (gcmtc *Resource) Configuration() interface{}
- func (gcmtc *Resource) DependOn() terra.Reference
- func (gcmtc *Resource) Dependencies() terra.Dependencies
- func (gcmtc *Resource) ImportState(state io.Reader) error
- func (gcmtc *Resource) LifecycleManagement() *terra.Lifecycle
- func (gcmtc *Resource) LocalName() string
- func (gcmtc *Resource) State() (*googleCertificateManagerTrustConfigState, bool)
- func (gcmtc *Resource) StateMust() *googleCertificateManagerTrustConfigState
- func (gcmtc *Resource) Type() string
- type Timeouts
- type TimeoutsAttributes
- func (t TimeoutsAttributes) Create() terra.StringValue
- func (t TimeoutsAttributes) Delete() terra.StringValue
- func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)
- func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes
- func (t TimeoutsAttributes) Update() terra.StringValue
- type TimeoutsState
- type TrustStores
- type TrustStoresAttributes
- func (ts TrustStoresAttributes) IntermediateCas() terra.ListValue[TrustStoresIntermediateCasAttributes]
- func (ts TrustStoresAttributes) InternalRef() (terra.Reference, error)
- func (ts TrustStoresAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (ts TrustStoresAttributes) InternalWithRef(ref terra.Reference) TrustStoresAttributes
- func (ts TrustStoresAttributes) TrustAnchors() terra.ListValue[TrustStoresTrustAnchorsAttributes]
- type TrustStoresIntermediateCas
- type TrustStoresIntermediateCasAttributes
- func (ic TrustStoresIntermediateCasAttributes) InternalRef() (terra.Reference, error)
- func (ic TrustStoresIntermediateCasAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (ic TrustStoresIntermediateCasAttributes) InternalWithRef(ref terra.Reference) TrustStoresIntermediateCasAttributes
- func (ic TrustStoresIntermediateCasAttributes) PemCertificate() terra.StringValue
- type TrustStoresIntermediateCasState
- type TrustStoresState
- type TrustStoresTrustAnchors
- type TrustStoresTrustAnchorsAttributes
- func (ta TrustStoresTrustAnchorsAttributes) InternalRef() (terra.Reference, error)
- func (ta TrustStoresTrustAnchorsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (ta TrustStoresTrustAnchorsAttributes) InternalWithRef(ref terra.Reference) TrustStoresTrustAnchorsAttributes
- func (ta TrustStoresTrustAnchorsAttributes) PemCertificate() terra.StringValue
- type TrustStoresTrustAnchorsState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // Description: string, optional Description terra.StringValue `hcl:"description,attr"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Labels: map of string, optional Labels terra.MapValue[terra.StringValue] `hcl:"labels,attr"` // Location: string, required Location terra.StringValue `hcl:"location,attr" validate:"required"` // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // Project: string, optional Project terra.StringValue `hcl:"project,attr"` // Timeouts: optional Timeouts *Timeouts `hcl:"timeouts,block"` // TrustStores: min=0 TrustStores []TrustStores `hcl:"trust_stores,block" validate:"min=0"` }
Args contains the configurations for google_certificate_manager_trust_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 google_certificate_manager_trust_config.
func (*Resource) Attributes ¶
func (gcmtc *Resource) Attributes() googleCertificateManagerTrustConfigAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (gcmtc *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (gcmtc *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.
type Timeouts ¶
type Timeouts struct { // Create: string, optional Create terra.StringValue `hcl:"create,attr"` // Delete: string, optional Delete terra.StringValue `hcl:"delete,attr"` // Update: string, optional Update terra.StringValue `hcl:"update,attr"` }
type TimeoutsAttributes ¶
type TimeoutsAttributes struct {
// contains filtered or unexported fields
}
func (TimeoutsAttributes) Create ¶
func (t TimeoutsAttributes) Create() terra.StringValue
func (TimeoutsAttributes) Delete ¶
func (t TimeoutsAttributes) Delete() terra.StringValue
func (TimeoutsAttributes) InternalRef ¶
func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)
func (TimeoutsAttributes) InternalTokens ¶
func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (TimeoutsAttributes) InternalWithRef ¶
func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes
func (TimeoutsAttributes) Update ¶
func (t TimeoutsAttributes) Update() terra.StringValue
type TimeoutsState ¶
type TrustStores ¶
type TrustStores struct { // TrustStoresIntermediateCas: min=0 IntermediateCas []TrustStoresIntermediateCas `hcl:"intermediate_cas,block" validate:"min=0"` // TrustStoresTrustAnchors: min=0 TrustAnchors []TrustStoresTrustAnchors `hcl:"trust_anchors,block" validate:"min=0"` }
type TrustStoresAttributes ¶
type TrustStoresAttributes struct {
// contains filtered or unexported fields
}
func (TrustStoresAttributes) IntermediateCas ¶
func (ts TrustStoresAttributes) IntermediateCas() terra.ListValue[TrustStoresIntermediateCasAttributes]
func (TrustStoresAttributes) InternalRef ¶
func (ts TrustStoresAttributes) InternalRef() (terra.Reference, error)
func (TrustStoresAttributes) InternalTokens ¶
func (ts TrustStoresAttributes) InternalTokens() (hclwrite.Tokens, error)
func (TrustStoresAttributes) InternalWithRef ¶
func (ts TrustStoresAttributes) InternalWithRef(ref terra.Reference) TrustStoresAttributes
func (TrustStoresAttributes) TrustAnchors ¶
func (ts TrustStoresAttributes) TrustAnchors() terra.ListValue[TrustStoresTrustAnchorsAttributes]
type TrustStoresIntermediateCas ¶
type TrustStoresIntermediateCas struct { // PemCertificate: string, optional PemCertificate terra.StringValue `hcl:"pem_certificate,attr"` }
type TrustStoresIntermediateCasAttributes ¶
type TrustStoresIntermediateCasAttributes struct {
// contains filtered or unexported fields
}
func (TrustStoresIntermediateCasAttributes) InternalRef ¶
func (ic TrustStoresIntermediateCasAttributes) InternalRef() (terra.Reference, error)
func (TrustStoresIntermediateCasAttributes) InternalTokens ¶
func (ic TrustStoresIntermediateCasAttributes) InternalTokens() (hclwrite.Tokens, error)
func (TrustStoresIntermediateCasAttributes) InternalWithRef ¶
func (ic TrustStoresIntermediateCasAttributes) InternalWithRef(ref terra.Reference) TrustStoresIntermediateCasAttributes
func (TrustStoresIntermediateCasAttributes) PemCertificate ¶
func (ic TrustStoresIntermediateCasAttributes) PemCertificate() terra.StringValue
type TrustStoresIntermediateCasState ¶
type TrustStoresIntermediateCasState struct {
PemCertificate string `json:"pem_certificate"`
}
type TrustStoresState ¶
type TrustStoresState struct { IntermediateCas []TrustStoresIntermediateCasState `json:"intermediate_cas"` TrustAnchors []TrustStoresTrustAnchorsState `json:"trust_anchors"` }
type TrustStoresTrustAnchors ¶
type TrustStoresTrustAnchors struct { // PemCertificate: string, optional PemCertificate terra.StringValue `hcl:"pem_certificate,attr"` }
type TrustStoresTrustAnchorsAttributes ¶
type TrustStoresTrustAnchorsAttributes struct {
// contains filtered or unexported fields
}
func (TrustStoresTrustAnchorsAttributes) InternalRef ¶
func (ta TrustStoresTrustAnchorsAttributes) InternalRef() (terra.Reference, error)
func (TrustStoresTrustAnchorsAttributes) InternalTokens ¶
func (ta TrustStoresTrustAnchorsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (TrustStoresTrustAnchorsAttributes) InternalWithRef ¶
func (ta TrustStoresTrustAnchorsAttributes) InternalWithRef(ref terra.Reference) TrustStoresTrustAnchorsAttributes
func (TrustStoresTrustAnchorsAttributes) PemCertificate ¶
func (ta TrustStoresTrustAnchorsAttributes) PemCertificate() terra.StringValue
type TrustStoresTrustAnchorsState ¶
type TrustStoresTrustAnchorsState struct {
PemCertificate string `json:"pem_certificate"`
}
Click to show internal directories.
Click to hide internal directories.