package
3.4.0+incompatible
Repository: https://github.com/terraform-providers/terraform-provider-tls.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
PEMBlockToPEMPreamble takes a pem.Block and returns the related PEMPreamble, if supported.
StringInSliceOrWarn returns a SchemaValidateFunc which tests if the provided value is of type string and matches the value of an element in the valid slice.
SupportedAlgorithms returns a slice of Algorithm currently supported by this provider.
SupportedAlgorithmsStr returns the same content of SupportedAlgorithms but as a slice of string.
SupportedECDSACurves returns an array of ECDSACurve currently supported by this provider.
SupportedECDSACurvesStr returns the same content of SupportedECDSACurves but as a slice of string.
SupportedProxySchemes returns an array of ProxyScheme currently supported by this provider.
SupportedProxySchemesStr returns the same content of SupportedProxySchemes but as a slice of string.
SupportedURLSchemes returns an array of URLScheme currently supported by this provider.
SupportedURLSchemesStr returns the same content of SupportedURLSchemes but as a slice of string.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

Algorithm represents a type of private key algorithm.
ECDSACurve represents a type of ECDSA elliptic curve.
PEMPreamble represents the heading used in a PEM-formatted for the "encapsulation boundaries", that is used to delimit the "encapsulated text portion" of cryptographic documents.
ProxyScheme represents url schemes supported when providing proxy configuration to this provider.
URLScheme represents url schemes supported by resources and data-sources of this provider.