Documentation ¶
Index ¶
- type Args
- type DataArgs
- type DataGclbTargetsAttributes
- func (gt DataGclbTargetsAttributes) InternalRef() (terra.Reference, error)
- func (gt DataGclbTargetsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (gt DataGclbTargetsAttributes) InternalWithRef(ref terra.Reference) DataGclbTargetsAttributes
- func (gt DataGclbTargetsAttributes) IpConfigs() terra.ListValue[DataGclbTargetsIpConfigsAttributes]
- func (gt DataGclbTargetsAttributes) TargetHttpsProxy() terra.StringValue
- func (gt DataGclbTargetsAttributes) TargetSslProxy() terra.StringValue
- type DataGclbTargetsIpConfigsAttributes
- func (ic DataGclbTargetsIpConfigsAttributes) InternalRef() (terra.Reference, error)
- func (ic DataGclbTargetsIpConfigsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (ic DataGclbTargetsIpConfigsAttributes) InternalWithRef(ref terra.Reference) DataGclbTargetsIpConfigsAttributes
- func (ic DataGclbTargetsIpConfigsAttributes) IpAddress() terra.StringValue
- func (ic DataGclbTargetsIpConfigsAttributes) Ports() terra.ListValue[terra.NumberValue]
- type DataGclbTargetsIpConfigsState
- type DataGclbTargetsState
- type DataSource
- type GclbTargetsAttributes
- func (gt GclbTargetsAttributes) InternalRef() (terra.Reference, error)
- func (gt GclbTargetsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (gt GclbTargetsAttributes) InternalWithRef(ref terra.Reference) GclbTargetsAttributes
- func (gt GclbTargetsAttributes) IpConfigs() terra.ListValue[GclbTargetsIpConfigsAttributes]
- func (gt GclbTargetsAttributes) TargetHttpsProxy() terra.StringValue
- func (gt GclbTargetsAttributes) TargetSslProxy() terra.StringValue
- type GclbTargetsIpConfigsAttributes
- func (ic GclbTargetsIpConfigsAttributes) InternalRef() (terra.Reference, error)
- func (ic GclbTargetsIpConfigsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (ic GclbTargetsIpConfigsAttributes) InternalWithRef(ref terra.Reference) GclbTargetsIpConfigsAttributes
- func (ic GclbTargetsIpConfigsAttributes) IpAddress() terra.StringValue
- func (ic GclbTargetsIpConfigsAttributes) Ports() terra.ListValue[terra.NumberValue]
- type GclbTargetsIpConfigsState
- type GclbTargetsState
- type Resource
- func (gcmcm *Resource) Attributes() googleCertificateManagerCertificateMapAttributes
- func (gcmcm *Resource) Configuration() interface{}
- func (gcmcm *Resource) DependOn() terra.Reference
- func (gcmcm *Resource) Dependencies() terra.Dependencies
- func (gcmcm *Resource) ImportState(state io.Reader) error
- func (gcmcm *Resource) LifecycleManagement() *terra.Lifecycle
- func (gcmcm *Resource) LocalName() string
- func (gcmcm *Resource) State() (*googleCertificateManagerCertificateMapState, bool)
- func (gcmcm *Resource) StateMust() *googleCertificateManagerCertificateMapState
- func (gcmcm *Resource) Type() string
- type Timeouts
- type TimeoutsAttributes
- func (t TimeoutsAttributes) Create() terra.StringValue
- func (t TimeoutsAttributes) Delete() terra.StringValue
- func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)
- func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes
- func (t TimeoutsAttributes) Update() terra.StringValue
- type TimeoutsState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // Description: string, optional Description terra.StringValue `hcl:"description,attr"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Labels: map of string, optional Labels terra.MapValue[terra.StringValue] `hcl:"labels,attr"` // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // Project: string, optional Project terra.StringValue `hcl:"project,attr"` // Timeouts: optional Timeouts *Timeouts `hcl:"timeouts,block"` }
Args contains the configurations for google_certificate_manager_certificate_map.
type DataArgs ¶
type DataArgs struct { // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // Project: string, optional Project terra.StringValue `hcl:"project,attr"` }
DataArgs contains the configurations for google_certificate_manager_certificate_map.
type DataGclbTargetsAttributes ¶
type DataGclbTargetsAttributes struct {
// contains filtered or unexported fields
}
func (DataGclbTargetsAttributes) InternalRef ¶
func (gt DataGclbTargetsAttributes) InternalRef() (terra.Reference, error)
func (DataGclbTargetsAttributes) InternalTokens ¶
func (gt DataGclbTargetsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataGclbTargetsAttributes) InternalWithRef ¶
func (gt DataGclbTargetsAttributes) InternalWithRef(ref terra.Reference) DataGclbTargetsAttributes
func (DataGclbTargetsAttributes) IpConfigs ¶
func (gt DataGclbTargetsAttributes) IpConfigs() terra.ListValue[DataGclbTargetsIpConfigsAttributes]
func (DataGclbTargetsAttributes) TargetHttpsProxy ¶
func (gt DataGclbTargetsAttributes) TargetHttpsProxy() terra.StringValue
func (DataGclbTargetsAttributes) TargetSslProxy ¶
func (gt DataGclbTargetsAttributes) TargetSslProxy() terra.StringValue
type DataGclbTargetsIpConfigsAttributes ¶
type DataGclbTargetsIpConfigsAttributes struct {
// contains filtered or unexported fields
}
func (DataGclbTargetsIpConfigsAttributes) InternalRef ¶
func (ic DataGclbTargetsIpConfigsAttributes) InternalRef() (terra.Reference, error)
func (DataGclbTargetsIpConfigsAttributes) InternalTokens ¶
func (ic DataGclbTargetsIpConfigsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataGclbTargetsIpConfigsAttributes) InternalWithRef ¶
func (ic DataGclbTargetsIpConfigsAttributes) InternalWithRef(ref terra.Reference) DataGclbTargetsIpConfigsAttributes
func (DataGclbTargetsIpConfigsAttributes) IpAddress ¶
func (ic DataGclbTargetsIpConfigsAttributes) IpAddress() terra.StringValue
func (DataGclbTargetsIpConfigsAttributes) Ports ¶
func (ic DataGclbTargetsIpConfigsAttributes) Ports() terra.ListValue[terra.NumberValue]
type DataGclbTargetsState ¶
type DataGclbTargetsState struct { TargetHttpsProxy string `json:"target_https_proxy"` TargetSslProxy string `json:"target_ssl_proxy"` IpConfigs []DataGclbTargetsIpConfigsState `json:"ip_configs"` }
type DataSource ¶
DataSource represents the Terraform data resource google_certificate_manager_certificate_map.
func Data ¶
func Data(name string, args DataArgs) *DataSource
Data creates a new instance of DataSource.
func (*DataSource) Attributes ¶
func (gcmcm *DataSource) Attributes() dataGoogleCertificateManagerCertificateMapAttributes
Attributes returns the attributes for DataSource.
func (*DataSource) Configuration ¶
func (gcmcm *DataSource) Configuration() interface{}
Configuration returns the configuration (args) for DataSource.
func (*DataSource) DataSource ¶
func (gcmcm *DataSource) DataSource() string
DataSource returns the Terraform object type for DataSource.
func (*DataSource) LocalName ¶
func (gcmcm *DataSource) LocalName() string
LocalName returns the local name for DataSource.
type GclbTargetsAttributes ¶
type GclbTargetsAttributes struct {
// contains filtered or unexported fields
}
func (GclbTargetsAttributes) InternalRef ¶
func (gt GclbTargetsAttributes) InternalRef() (terra.Reference, error)
func (GclbTargetsAttributes) InternalTokens ¶
func (gt GclbTargetsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (GclbTargetsAttributes) InternalWithRef ¶
func (gt GclbTargetsAttributes) InternalWithRef(ref terra.Reference) GclbTargetsAttributes
func (GclbTargetsAttributes) IpConfigs ¶
func (gt GclbTargetsAttributes) IpConfigs() terra.ListValue[GclbTargetsIpConfigsAttributes]
func (GclbTargetsAttributes) TargetHttpsProxy ¶
func (gt GclbTargetsAttributes) TargetHttpsProxy() terra.StringValue
func (GclbTargetsAttributes) TargetSslProxy ¶
func (gt GclbTargetsAttributes) TargetSslProxy() terra.StringValue
type GclbTargetsIpConfigsAttributes ¶
type GclbTargetsIpConfigsAttributes struct {
// contains filtered or unexported fields
}
func (GclbTargetsIpConfigsAttributes) InternalRef ¶
func (ic GclbTargetsIpConfigsAttributes) InternalRef() (terra.Reference, error)
func (GclbTargetsIpConfigsAttributes) InternalTokens ¶
func (ic GclbTargetsIpConfigsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (GclbTargetsIpConfigsAttributes) InternalWithRef ¶
func (ic GclbTargetsIpConfigsAttributes) InternalWithRef(ref terra.Reference) GclbTargetsIpConfigsAttributes
func (GclbTargetsIpConfigsAttributes) IpAddress ¶
func (ic GclbTargetsIpConfigsAttributes) IpAddress() terra.StringValue
func (GclbTargetsIpConfigsAttributes) Ports ¶
func (ic GclbTargetsIpConfigsAttributes) Ports() terra.ListValue[terra.NumberValue]
type GclbTargetsState ¶
type GclbTargetsState struct { TargetHttpsProxy string `json:"target_https_proxy"` TargetSslProxy string `json:"target_ssl_proxy"` IpConfigs []GclbTargetsIpConfigsState `json:"ip_configs"` }
type Resource ¶
type Resource struct { Name string Args Args DependsOn terra.Dependencies Lifecycle *terra.Lifecycle // contains filtered or unexported fields }
Resource represents the Terraform resource google_certificate_manager_certificate_map.
func (*Resource) Attributes ¶
func (gcmcm *Resource) Attributes() googleCertificateManagerCertificateMapAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (gcmcm *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (gcmcm *Resource) Dependencies() terra.Dependencies
Dependencies returns the list of resources Resource depends_on.
func (*Resource) ImportState ¶
ImportState imports the given attribute values into Resource's state.
func (*Resource) LifecycleManagement ¶
LifecycleManagement returns the lifecycle block for Resource.
type Timeouts ¶
type Timeouts struct { // Create: string, optional Create terra.StringValue `hcl:"create,attr"` // Delete: string, optional Delete terra.StringValue `hcl:"delete,attr"` // Update: string, optional Update terra.StringValue `hcl:"update,attr"` }
type TimeoutsAttributes ¶
type TimeoutsAttributes struct {
// contains filtered or unexported fields
}
func (TimeoutsAttributes) Create ¶
func (t TimeoutsAttributes) Create() terra.StringValue
func (TimeoutsAttributes) Delete ¶
func (t TimeoutsAttributes) Delete() terra.StringValue
func (TimeoutsAttributes) InternalRef ¶
func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)
func (TimeoutsAttributes) InternalTokens ¶
func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (TimeoutsAttributes) InternalWithRef ¶
func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes
func (TimeoutsAttributes) Update ¶
func (t TimeoutsAttributes) Update() terra.StringValue