Documentation ¶
Index ¶
- type Args
- type DataArgs
- type DataSource
- type DataSubnetAttributes
- func (s DataSubnetAttributes) InternalRef() (terra.Reference, error)
- func (s DataSubnetAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (s DataSubnetAttributes) InternalWithRef(ref terra.Reference) DataSubnetAttributes
- func (s DataSubnetAttributes) Name() terra.StringValue
- func (s DataSubnetAttributes) ProjectId() terra.StringValue
- type DataSubnetState
- type Resource
- func (gvac *Resource) Attributes() googleVpcAccessConnectorAttributes
- func (gvac *Resource) Configuration() interface{}
- func (gvac *Resource) DependOn() terra.Reference
- func (gvac *Resource) Dependencies() terra.Dependencies
- func (gvac *Resource) ImportState(state io.Reader) error
- func (gvac *Resource) LifecycleManagement() *terra.Lifecycle
- func (gvac *Resource) LocalName() string
- func (gvac *Resource) State() (*googleVpcAccessConnectorState, bool)
- func (gvac *Resource) StateMust() *googleVpcAccessConnectorState
- func (gvac *Resource) Type() string
- type Subnet
- type SubnetAttributes
- func (s SubnetAttributes) InternalRef() (terra.Reference, error)
- func (s SubnetAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (s SubnetAttributes) InternalWithRef(ref terra.Reference) SubnetAttributes
- func (s SubnetAttributes) Name() terra.StringValue
- func (s SubnetAttributes) ProjectId() terra.StringValue
- type SubnetState
- 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 Args ¶
type Args struct { // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // IpCidrRange: string, optional IpCidrRange terra.StringValue `hcl:"ip_cidr_range,attr"` // MachineType: string, optional MachineType terra.StringValue `hcl:"machine_type,attr"` // MaxInstances: number, optional MaxInstances terra.NumberValue `hcl:"max_instances,attr"` // MaxThroughput: number, optional MaxThroughput terra.NumberValue `hcl:"max_throughput,attr"` // MinInstances: number, optional MinInstances terra.NumberValue `hcl:"min_instances,attr"` // MinThroughput: number, optional MinThroughput terra.NumberValue `hcl:"min_throughput,attr"` // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // Network: string, optional Network terra.StringValue `hcl:"network,attr"` // Project: string, optional Project terra.StringValue `hcl:"project,attr"` // Region: string, optional Region terra.StringValue `hcl:"region,attr"` // Subnet: optional Subnet *Subnet `hcl:"subnet,block"` // Timeouts: optional Timeouts *Timeouts `hcl:"timeouts,block"` }
Args contains the configurations for google_vpc_access_connector.
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"` // Region: string, optional Region terra.StringValue `hcl:"region,attr"` }
DataArgs contains the configurations for google_vpc_access_connector.
type DataSource ¶
DataSource represents the Terraform data resource google_vpc_access_connector.
func Data ¶
func Data(name string, args DataArgs) *DataSource
Data creates a new instance of DataSource.
func (*DataSource) Attributes ¶
func (gvac *DataSource) Attributes() dataGoogleVpcAccessConnectorAttributes
Attributes returns the attributes for DataSource.
func (*DataSource) Configuration ¶
func (gvac *DataSource) Configuration() interface{}
Configuration returns the configuration (args) for DataSource.
func (*DataSource) DataSource ¶
func (gvac *DataSource) DataSource() string
DataSource returns the Terraform object type for DataSource.
func (*DataSource) LocalName ¶
func (gvac *DataSource) LocalName() string
LocalName returns the local name for DataSource.
type DataSubnetAttributes ¶
type DataSubnetAttributes struct {
// contains filtered or unexported fields
}
func (DataSubnetAttributes) InternalRef ¶
func (s DataSubnetAttributes) InternalRef() (terra.Reference, error)
func (DataSubnetAttributes) InternalTokens ¶
func (s DataSubnetAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataSubnetAttributes) InternalWithRef ¶
func (s DataSubnetAttributes) InternalWithRef(ref terra.Reference) DataSubnetAttributes
func (DataSubnetAttributes) Name ¶
func (s DataSubnetAttributes) Name() terra.StringValue
func (DataSubnetAttributes) ProjectId ¶
func (s DataSubnetAttributes) ProjectId() terra.StringValue
type DataSubnetState ¶
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_vpc_access_connector.
func (*Resource) Attributes ¶
func (gvac *Resource) Attributes() googleVpcAccessConnectorAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (gvac *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (gvac *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 Subnet ¶
type Subnet struct { // Name: string, optional Name terra.StringValue `hcl:"name,attr"` // ProjectId: string, optional ProjectId terra.StringValue `hcl:"project_id,attr"` }
type SubnetAttributes ¶
type SubnetAttributes struct {
// contains filtered or unexported fields
}
func (SubnetAttributes) InternalRef ¶
func (s SubnetAttributes) InternalRef() (terra.Reference, error)
func (SubnetAttributes) InternalTokens ¶
func (s SubnetAttributes) InternalTokens() (hclwrite.Tokens, error)
func (SubnetAttributes) InternalWithRef ¶
func (s SubnetAttributes) InternalWithRef(ref terra.Reference) SubnetAttributes
func (SubnetAttributes) Name ¶
func (s SubnetAttributes) Name() terra.StringValue
func (SubnetAttributes) ProjectId ¶
func (s SubnetAttributes) ProjectId() terra.StringValue
type SubnetState ¶
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