Documentation ¶ Index ¶ func NewPublicIpAssociateResource() resource.Resource type Model Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewPublicIpAssociateResource ¶ func NewPublicIpAssociateResource() resource.Resource NewPublicIpAssociateResource is a helper function to simplify the provider implementation. Types ¶ type Model ¶ type Model struct { Id types.String `tfsdk:"id"` // needed by TF ProjectId types.String `tfsdk:"project_id"` PublicIpId types.String `tfsdk:"public_ip_id"` Ip types.String `tfsdk:"ip"` NetworkInterfaceId types.String `tfsdk:"network_interface_id"` } Source Files ¶ View all Source files resource.go Click to show internal directories. Click to hide internal directories.