Documentation ¶ Index ¶ func NewVolumeAttachResource() resource.Resource type Model Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewVolumeAttachResource ¶ func NewVolumeAttachResource() resource.Resource NewVolumeAttachResource 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"` Region types.String `tfsdk:"region"` ServerId types.String `tfsdk:"server_id"` VolumeId types.String `tfsdk:"volume_id"` } Source Files ¶ View all Source files resource.go Click to show internal directories. Click to hide internal directories.