Documentation ¶
Index ¶
- type TlsConfig
- type TlsConfigAttributes
- func (tc TlsConfigAttributes) InsecureSkipVerification() terra.BoolValue
- func (tc TlsConfigAttributes) InternalRef() (terra.Reference, error)
- func (tc TlsConfigAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (tc TlsConfigAttributes) InternalWithRef(ref terra.Reference) TlsConfigAttributes
- type TlsConfigState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TlsConfigAttributes ¶
type TlsConfigAttributes struct {
// contains filtered or unexported fields
}
func (TlsConfigAttributes) InsecureSkipVerification ¶
func (tc TlsConfigAttributes) InsecureSkipVerification() terra.BoolValue
func (TlsConfigAttributes) InternalRef ¶
func (tc TlsConfigAttributes) InternalRef() (terra.Reference, error)
func (TlsConfigAttributes) InternalTokens ¶
func (tc TlsConfigAttributes) InternalTokens() (hclwrite.Tokens, error)
func (TlsConfigAttributes) InternalWithRef ¶
func (tc TlsConfigAttributes) InternalWithRef(ref terra.Reference) TlsConfigAttributes
type TlsConfigState ¶
type TlsConfigState struct {
InsecureSkipVerification bool `json:"insecure_skip_verification"`
}
Click to show internal directories.
Click to hide internal directories.