Documentation
¶
Index ¶
- type AppEngine
- type AppEngineAttributes
- func (ae AppEngineAttributes) InternalRef() (terra.Reference, error)
- func (ae AppEngineAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (ae AppEngineAttributes) InternalWithRef(ref terra.Reference) AppEngineAttributes
- func (ae AppEngineAttributes) Service() terra.StringValue
- func (ae AppEngineAttributes) UrlMask() terra.StringValue
- func (ae AppEngineAttributes) Version() terra.StringValue
- type AppEngineState
- type Args
- type CloudFunction
- type CloudFunctionAttributes
- func (cf CloudFunctionAttributes) Function() terra.StringValue
- func (cf CloudFunctionAttributes) InternalRef() (terra.Reference, error)
- func (cf CloudFunctionAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (cf CloudFunctionAttributes) InternalWithRef(ref terra.Reference) CloudFunctionAttributes
- func (cf CloudFunctionAttributes) UrlMask() terra.StringValue
- type CloudFunctionState
- type CloudRun
- type CloudRunAttributes
- func (cr CloudRunAttributes) InternalRef() (terra.Reference, error)
- func (cr CloudRunAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (cr CloudRunAttributes) InternalWithRef(ref terra.Reference) CloudRunAttributes
- func (cr CloudRunAttributes) Service() terra.StringValue
- func (cr CloudRunAttributes) Tag() terra.StringValue
- func (cr CloudRunAttributes) UrlMask() terra.StringValue
- type CloudRunState
- type DataAppEngineAttributes
- func (ae DataAppEngineAttributes) InternalRef() (terra.Reference, error)
- func (ae DataAppEngineAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (ae DataAppEngineAttributes) InternalWithRef(ref terra.Reference) DataAppEngineAttributes
- func (ae DataAppEngineAttributes) Service() terra.StringValue
- func (ae DataAppEngineAttributes) UrlMask() terra.StringValue
- func (ae DataAppEngineAttributes) Version() terra.StringValue
- type DataAppEngineState
- type DataArgs
- type DataCloudFunctionAttributes
- func (cf DataCloudFunctionAttributes) Function() terra.StringValue
- func (cf DataCloudFunctionAttributes) InternalRef() (terra.Reference, error)
- func (cf DataCloudFunctionAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (cf DataCloudFunctionAttributes) InternalWithRef(ref terra.Reference) DataCloudFunctionAttributes
- func (cf DataCloudFunctionAttributes) UrlMask() terra.StringValue
- type DataCloudFunctionState
- type DataCloudRunAttributes
- func (cr DataCloudRunAttributes) InternalRef() (terra.Reference, error)
- func (cr DataCloudRunAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (cr DataCloudRunAttributes) InternalWithRef(ref terra.Reference) DataCloudRunAttributes
- func (cr DataCloudRunAttributes) Service() terra.StringValue
- func (cr DataCloudRunAttributes) Tag() terra.StringValue
- func (cr DataCloudRunAttributes) UrlMask() terra.StringValue
- type DataCloudRunState
- type DataSource
- type Resource
- func (gcrneg *Resource) Attributes() googleComputeRegionNetworkEndpointGroupAttributes
- func (gcrneg *Resource) Configuration() interface{}
- func (gcrneg *Resource) DependOn() terra.Reference
- func (gcrneg *Resource) Dependencies() terra.Dependencies
- func (gcrneg *Resource) ImportState(state io.Reader) error
- func (gcrneg *Resource) LifecycleManagement() *terra.Lifecycle
- func (gcrneg *Resource) LocalName() string
- func (gcrneg *Resource) State() (*googleComputeRegionNetworkEndpointGroupState, bool)
- func (gcrneg *Resource) StateMust() *googleComputeRegionNetworkEndpointGroupState
- func (gcrneg *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
- type TimeoutsState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppEngine ¶
type AppEngine struct { // Service: string, optional Service terra.StringValue `hcl:"service,attr"` // UrlMask: string, optional UrlMask terra.StringValue `hcl:"url_mask,attr"` // Version: string, optional Version terra.StringValue `hcl:"version,attr"` }
type AppEngineAttributes ¶
type AppEngineAttributes struct {
// contains filtered or unexported fields
}
func (AppEngineAttributes) InternalRef ¶
func (ae AppEngineAttributes) InternalRef() (terra.Reference, error)
func (AppEngineAttributes) InternalTokens ¶
func (ae AppEngineAttributes) InternalTokens() (hclwrite.Tokens, error)
func (AppEngineAttributes) InternalWithRef ¶
func (ae AppEngineAttributes) InternalWithRef(ref terra.Reference) AppEngineAttributes
func (AppEngineAttributes) Service ¶
func (ae AppEngineAttributes) Service() terra.StringValue
func (AppEngineAttributes) UrlMask ¶
func (ae AppEngineAttributes) UrlMask() terra.StringValue
func (AppEngineAttributes) Version ¶
func (ae AppEngineAttributes) Version() terra.StringValue
type AppEngineState ¶
type Args ¶
type Args struct { // Description: string, optional Description terra.StringValue `hcl:"description,attr"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // Network: string, optional Network terra.StringValue `hcl:"network,attr"` // NetworkEndpointType: string, optional NetworkEndpointType terra.StringValue `hcl:"network_endpoint_type,attr"` // Project: string, optional Project terra.StringValue `hcl:"project,attr"` // PscTargetService: string, optional PscTargetService terra.StringValue `hcl:"psc_target_service,attr"` // Region: string, required Region terra.StringValue `hcl:"region,attr" validate:"required"` // Subnetwork: string, optional Subnetwork terra.StringValue `hcl:"subnetwork,attr"` // AppEngine: optional AppEngine *AppEngine `hcl:"app_engine,block"` // CloudFunction: optional CloudFunction *CloudFunction `hcl:"cloud_function,block"` // CloudRun: optional CloudRun *CloudRun `hcl:"cloud_run,block"` // Timeouts: optional Timeouts *Timeouts `hcl:"timeouts,block"` }
Args contains the configurations for google_compute_region_network_endpoint_group.
type CloudFunction ¶
type CloudFunction struct { // Function: string, optional Function terra.StringValue `hcl:"function,attr"` // UrlMask: string, optional UrlMask terra.StringValue `hcl:"url_mask,attr"` }
type CloudFunctionAttributes ¶
type CloudFunctionAttributes struct {
// contains filtered or unexported fields
}
func (CloudFunctionAttributes) Function ¶
func (cf CloudFunctionAttributes) Function() terra.StringValue
func (CloudFunctionAttributes) InternalRef ¶
func (cf CloudFunctionAttributes) InternalRef() (terra.Reference, error)
func (CloudFunctionAttributes) InternalTokens ¶
func (cf CloudFunctionAttributes) InternalTokens() (hclwrite.Tokens, error)
func (CloudFunctionAttributes) InternalWithRef ¶
func (cf CloudFunctionAttributes) InternalWithRef(ref terra.Reference) CloudFunctionAttributes
func (CloudFunctionAttributes) UrlMask ¶
func (cf CloudFunctionAttributes) UrlMask() terra.StringValue
type CloudFunctionState ¶
type CloudRun ¶
type CloudRun struct { // Service: string, optional Service terra.StringValue `hcl:"service,attr"` // Tag: string, optional Tag terra.StringValue `hcl:"tag,attr"` // UrlMask: string, optional UrlMask terra.StringValue `hcl:"url_mask,attr"` }
type CloudRunAttributes ¶
type CloudRunAttributes struct {
// contains filtered or unexported fields
}
func (CloudRunAttributes) InternalRef ¶
func (cr CloudRunAttributes) InternalRef() (terra.Reference, error)
func (CloudRunAttributes) InternalTokens ¶
func (cr CloudRunAttributes) InternalTokens() (hclwrite.Tokens, error)
func (CloudRunAttributes) InternalWithRef ¶
func (cr CloudRunAttributes) InternalWithRef(ref terra.Reference) CloudRunAttributes
func (CloudRunAttributes) Service ¶
func (cr CloudRunAttributes) Service() terra.StringValue
func (CloudRunAttributes) Tag ¶
func (cr CloudRunAttributes) Tag() terra.StringValue
func (CloudRunAttributes) UrlMask ¶
func (cr CloudRunAttributes) UrlMask() terra.StringValue
type CloudRunState ¶
type DataAppEngineAttributes ¶
type DataAppEngineAttributes struct {
// contains filtered or unexported fields
}
func (DataAppEngineAttributes) InternalRef ¶
func (ae DataAppEngineAttributes) InternalRef() (terra.Reference, error)
func (DataAppEngineAttributes) InternalTokens ¶
func (ae DataAppEngineAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataAppEngineAttributes) InternalWithRef ¶
func (ae DataAppEngineAttributes) InternalWithRef(ref terra.Reference) DataAppEngineAttributes
func (DataAppEngineAttributes) Service ¶
func (ae DataAppEngineAttributes) Service() terra.StringValue
func (DataAppEngineAttributes) UrlMask ¶
func (ae DataAppEngineAttributes) UrlMask() terra.StringValue
func (DataAppEngineAttributes) Version ¶
func (ae DataAppEngineAttributes) Version() terra.StringValue
type DataAppEngineState ¶
type DataArgs ¶
type DataArgs struct { // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Name: string, optional Name terra.StringValue `hcl:"name,attr"` // Project: string, optional Project terra.StringValue `hcl:"project,attr"` // Region: string, optional Region terra.StringValue `hcl:"region,attr"` // SelfLink: string, optional SelfLink terra.StringValue `hcl:"self_link,attr"` }
DataArgs contains the configurations for google_compute_region_network_endpoint_group.
type DataCloudFunctionAttributes ¶
type DataCloudFunctionAttributes struct {
// contains filtered or unexported fields
}
func (DataCloudFunctionAttributes) Function ¶
func (cf DataCloudFunctionAttributes) Function() terra.StringValue
func (DataCloudFunctionAttributes) InternalRef ¶
func (cf DataCloudFunctionAttributes) InternalRef() (terra.Reference, error)
func (DataCloudFunctionAttributes) InternalTokens ¶
func (cf DataCloudFunctionAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataCloudFunctionAttributes) InternalWithRef ¶
func (cf DataCloudFunctionAttributes) InternalWithRef(ref terra.Reference) DataCloudFunctionAttributes
func (DataCloudFunctionAttributes) UrlMask ¶
func (cf DataCloudFunctionAttributes) UrlMask() terra.StringValue
type DataCloudFunctionState ¶
type DataCloudRunAttributes ¶
type DataCloudRunAttributes struct {
// contains filtered or unexported fields
}
func (DataCloudRunAttributes) InternalRef ¶
func (cr DataCloudRunAttributes) InternalRef() (terra.Reference, error)
func (DataCloudRunAttributes) InternalTokens ¶
func (cr DataCloudRunAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataCloudRunAttributes) InternalWithRef ¶
func (cr DataCloudRunAttributes) InternalWithRef(ref terra.Reference) DataCloudRunAttributes
func (DataCloudRunAttributes) Service ¶
func (cr DataCloudRunAttributes) Service() terra.StringValue
func (DataCloudRunAttributes) Tag ¶
func (cr DataCloudRunAttributes) Tag() terra.StringValue
func (DataCloudRunAttributes) UrlMask ¶
func (cr DataCloudRunAttributes) UrlMask() terra.StringValue
type DataCloudRunState ¶
type DataSource ¶
DataSource represents the Terraform data resource google_compute_region_network_endpoint_group.
func Data ¶
func Data(name string, args DataArgs) *DataSource
Data creates a new instance of DataSource.
func (*DataSource) Attributes ¶
func (gcrneg *DataSource) Attributes() dataGoogleComputeRegionNetworkEndpointGroupAttributes
Attributes returns the attributes for DataSource.
func (*DataSource) Configuration ¶
func (gcrneg *DataSource) Configuration() interface{}
Configuration returns the configuration (args) for DataSource.
func (*DataSource) DataSource ¶
func (gcrneg *DataSource) DataSource() string
DataSource returns the Terraform object type for DataSource.
func (*DataSource) LocalName ¶
func (gcrneg *DataSource) LocalName() string
LocalName returns the local name for DataSource.
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_compute_region_network_endpoint_group.
func (*Resource) Attributes ¶
func (gcrneg *Resource) Attributes() googleComputeRegionNetworkEndpointGroupAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (gcrneg *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (gcrneg *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"` }
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