Skip to content

Commit

Permalink
Fixup: Remove attrTypes
Browse files Browse the repository at this point in the history
This shouldn't be required, and it's no longer used. This was
accidentally left over from a rebase that was from a different PR.
  • Loading branch information
briancain committed Jul 17, 2024
1 parent de42370 commit 9fc16ec
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions internal/provider/waypoint/resource_waypoint_template.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import (
"github.com/hashicorp/hcp-sdk-go/clients/cloud-waypoint-service/preview/2023-08-18/client/waypoint_service"
waypoint_models "github.com/hashicorp/hcp-sdk-go/clients/cloud-waypoint-service/preview/2023-08-18/models"
"github.com/hashicorp/terraform-plugin-framework-validators/listvalidator"
"github.com/hashicorp/terraform-plugin-framework/attr"
"github.com/hashicorp/terraform-plugin-framework/diag"
"github.com/hashicorp/terraform-plugin-framework/path"
"github.com/hashicorp/terraform-plugin-framework/resource"
Expand Down Expand Up @@ -62,13 +61,6 @@ type tfcWorkspace struct {
TerraformProjectID types.String `tfsdk:"terraform_project_id"`
}

func (t tfcWorkspace) attrTypes() map[string]attr.Type {
return map[string]attr.Type{
"name": types.StringType,
"terraform_project_id": types.StringType,
}
}

type tfcNoCodeModule struct {
Source types.String `tfsdk:"source"`
Version types.String `tfsdk:"version"`
Expand Down

0 comments on commit 9fc16ec

Please sign in to comment.