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 ¶
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
Click to show internal directories.
Click to hide internal directories.