diff --git a/internal/provider/waypoint/resource_waypoint_template.go b/internal/provider/waypoint/resource_waypoint_template.go index bfe0a5ca6..8b6b76a97 100644 --- a/internal/provider/waypoint/resource_waypoint_template.go +++ b/internal/provider/waypoint/resource_waypoint_template.go @@ -68,11 +68,6 @@ func (t tfcWorkspace) attrTypes() map[string]attr.Type { } } -type tfcNoCodeModule struct { - Source types.String `tfsdk:"source"` - Version types.String `tfsdk:"version"` -} - type tfcVariableOption struct { Name types.String `tfsdk:"name"` VariableType types.String `tfsdk:"variable_type"`