Documentation ¶
Index ¶
- type Vpc
- type VpcAttributes
- func (v VpcAttributes) InternalRef() (terra.Reference, error)
- func (v VpcAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (v VpcAttributes) InternalWithRef(ref terra.Reference) VpcAttributes
- func (v VpcAttributes) VpcId() terra.StringValue
- func (v VpcAttributes) VpcRegion() terra.StringValue
- type VpcState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Vpc ¶
type Vpc struct { // VpcId: string, required VpcId terra.StringValue `hcl:"vpc_id,attr" validate:"required"` // VpcRegion: string, optional VpcRegion terra.StringValue `hcl:"vpc_region,attr"` }
type VpcAttributes ¶
type VpcAttributes struct {
// contains filtered or unexported fields
}
func (VpcAttributes) InternalRef ¶
func (v VpcAttributes) InternalRef() (terra.Reference, error)
func (VpcAttributes) InternalTokens ¶
func (v VpcAttributes) InternalTokens() (hclwrite.Tokens, error)
func (VpcAttributes) InternalWithRef ¶
func (v VpcAttributes) InternalWithRef(ref terra.Reference) VpcAttributes
func (VpcAttributes) VpcId ¶
func (v VpcAttributes) VpcId() terra.StringValue
func (VpcAttributes) VpcRegion ¶
func (v VpcAttributes) VpcRegion() terra.StringValue
Click to show internal directories.
Click to hide internal directories.