certificate

package
v0.91.0 Latest Latest
Warning

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

Go to latest
Published: Apr 15, 2026 License: Apache-2.0 Imports: 23 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCertificatesDataSource

func NewCertificatesDataSource() datasource.DataSource

NewCertificatesDataSource is a helper function to simplify the provider implementation.

func NewCertificatesResource

func NewCertificatesResource() resource.Resource

NewCertificatesResource is a helper function to simplify the provider implementation.

Types

type DataSourceModel

type DataSourceModel struct {
	Id        types.String `tfsdk:"id"`
	ProjectId types.String `tfsdk:"project_id"`
	Region    types.String `tfsdk:"region"`
	CertID    types.String `tfsdk:"cert_id"`
	Name      types.String `tfsdk:"name"`
	PublicKey types.String `tfsdk:"public_key"`
}

DataSourceModel - Base fields shared by both Resource and Data Source

type Model

type Model struct {
	DataSourceModel
	PrivateKey types.String `tfsdk:"private_key"`
}

Model - For Resource includes the PrivateKey

Jump to

Keyboard shortcuts

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