Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCustomDomainDataSource ¶
func NewCustomDomainDataSource() datasource.DataSource
func NewCustomDomainResource ¶
Types ¶
type Certificate ¶ added in v0.69.0
type CertificateModel ¶ added in v0.69.0
type CustomDomainModel ¶
type CustomDomainModel struct {
ID types.String `tfsdk:"id"` // Required by Terraform
DistributionId types.String `tfsdk:"distribution_id"` // DistributionID associated with the cdn distribution
ProjectId types.String `tfsdk:"project_id"` // ProjectId associated with the cdn distribution
Name types.String `tfsdk:"name"` // The custom domain
Status types.String `tfsdk:"status"` // The status of the cdn distribution
Errors types.List `tfsdk:"errors"` // Any errors that the distribution has
Certificate types.Object `tfsdk:"certificate"` // the certificate of the custom domain
}
Click to show internal directories.
Click to hide internal directories.