resource_ssl_certificate

package
v0.9.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 6, 2024 License: MPL-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SslCertificateResourceSchema

func SslCertificateResourceSchema(ctx context.Context) schema.Schema

Types

type SslCertificateModel

type SslCertificateModel struct {
	Certificate       types.String `tfsdk:"certificate"`
	Id                types.Int64  `tfsdk:"id"`
	Issuer            types.String `tfsdk:"issuer"`
	Name              types.String `tfsdk:"name"`
	PrivateKey        types.String `tfsdk:"private_key"`
	Region            types.String `tfsdk:"region"`
	SubjectCn         types.String `tfsdk:"subject_cn"`
	ValidityNotAfter  types.String `tfsdk:"validity_not_after"`
	ValidityNotBefore types.String `tfsdk:"validity_not_before"`
}

func (*SslCertificateModel) UpdateFromSslCertificate

func (m *SslCertificateModel) UpdateFromSslCertificate(ctx context.Context, sslCertificate *ssldata.SSLCertificate) diag.Diagnostics

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL