Skip to content

Commit

Permalink
bump opslevel-go to 2025
Browse files Browse the repository at this point in the history
  • Loading branch information
rocktavious committed Feb 10, 2025
1 parent be45644 commit a477203
Show file tree
Hide file tree
Showing 93 changed files with 109 additions and 129 deletions.
3 changes: 3 additions & 0 deletions .changes/unreleased/Dependency-20250210-114404.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
kind: Dependency
body: Bump opslevel-go to 2025
time: 2025-02-10T11:44:04.217554-06:00
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/hashicorp/terraform-plugin-framework v1.13.0
github.com/hashicorp/terraform-plugin-framework-validators v0.16.0
github.com/hashicorp/terraform-plugin-log v0.9.0
github.com/opslevel/opslevel-go/v2024 v2024.12.24
github.com/opslevel/opslevel-go/v2025 v2025.2.10
github.com/relvacode/iso8601 v1.6.0
golang.org/x/net v0.34.0
)
Expand Down Expand Up @@ -52,4 +52,4 @@ require (
google.golang.org/protobuf v1.36.5 // indirect
)

replace github.com/opslevel/opslevel-go/v2024 => ./submodules/opslevel-go
replace github.com/opslevel/opslevel-go/v2025 => ./submodules/opslevel-go
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ github.com/spf13/cast v1.7.0 h1:ntdiHjuueXFgm5nzDRdOS4yfT43P5Fnud6DH50rz/7w=
github.com/spf13/cast v1.7.0/go.mod h1:ancEpBxwJDODSW/UG4rDrAqiKolqNNh2DX3mk86cAdo=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/testify v1.7.2/go.mod h1:R6va5+xMeoiuVRoj+gSkQ7d3FALtqAAGI1FQKckRals=
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=
github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
github.com/vmihailenco/msgpack/v5 v5.4.1 h1:cQriyiUvjTwOHg8QZaPihLWeRAAVoCpE00IUPn0Bjt8=
github.com/vmihailenco/msgpack/v5 v5.4.1/go.mod h1:GaZTsDaehaPpQVyxrf5mtQlH+pc21PIudVV/E3rRQok=
github.com/vmihailenco/tagparser/v2 v2.0.0 h1:y09buUbR+b5aycVFQs/g70pqKVZNBmxwAhO7/IwNM9g=
Expand Down
3 changes: 1 addition & 2 deletions opslevel/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ import (
"github.com/hashicorp/terraform-plugin-framework/schema/validator"
"github.com/hashicorp/terraform-plugin-framework/types"
"github.com/hashicorp/terraform-plugin-framework/types/basetypes"

"github.com/opslevel/opslevel-go/v2024"
"github.com/opslevel/opslevel-go/v2025"
)

const providerIssueUrl = "https://github.com/OpsLevel/terraform-provider-opslevel/issues"
Expand Down
2 changes: 1 addition & 1 deletion opslevel/datasource_opslevel_domain.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/hashicorp/terraform-plugin-framework/datasource/schema"
"github.com/hashicorp/terraform-plugin-framework/types"
"github.com/hashicorp/terraform-plugin-log/tflog"
"github.com/opslevel/opslevel-go/v2024"
"github.com/opslevel/opslevel-go/v2025"
)

// Ensure DomainDataSource implements DataSourceWithConfigure interface
Expand Down
2 changes: 1 addition & 1 deletion opslevel/datasource_opslevel_domains_all.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/hashicorp/terraform-plugin-framework/datasource/schema"
"github.com/hashicorp/terraform-plugin-framework/diag"
"github.com/hashicorp/terraform-plugin-log/tflog"
"github.com/opslevel/opslevel-go/v2024"
"github.com/opslevel/opslevel-go/v2025"
)

// Ensure provider defined types fully satisfy framework interfaces.
Expand Down
2 changes: 1 addition & 1 deletion opslevel/datasource_opslevel_filter.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/hashicorp/terraform-plugin-framework/datasource/schema"
"github.com/hashicorp/terraform-plugin-framework/types"
"github.com/hashicorp/terraform-plugin-log/tflog"
"github.com/opslevel/opslevel-go/v2024"
"github.com/opslevel/opslevel-go/v2025"
)

// Ensure FilterDataSource implements DataSourceWithConfigure interface
Expand Down
2 changes: 1 addition & 1 deletion opslevel/datasource_opslevel_filters_all.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"github.com/hashicorp/terraform-plugin-framework/datasource"
"github.com/hashicorp/terraform-plugin-framework/datasource/schema"
"github.com/hashicorp/terraform-plugin-log/tflog"
"github.com/opslevel/opslevel-go/v2024"
"github.com/opslevel/opslevel-go/v2025"
)

// Ensure provider defined types fully satisfy framework interfaces.
Expand Down
2 changes: 1 addition & 1 deletion opslevel/datasource_opslevel_integration.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/hashicorp/terraform-plugin-framework/datasource/schema"
"github.com/hashicorp/terraform-plugin-framework/types"
"github.com/hashicorp/terraform-plugin-log/tflog"
"github.com/opslevel/opslevel-go/v2024"
"github.com/opslevel/opslevel-go/v2025"
)

// Ensure IntegrationDataSource implements DataSourceWithConfigure interface
Expand Down
2 changes: 1 addition & 1 deletion opslevel/datasource_opslevel_integrations_all.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/hashicorp/terraform-plugin-framework/datasource/schema"
"github.com/hashicorp/terraform-plugin-framework/types"
"github.com/hashicorp/terraform-plugin-log/tflog"
"github.com/opslevel/opslevel-go/v2024"
"github.com/opslevel/opslevel-go/v2025"
)

// Ensure IntegrationDataSourcesAll implements DataSourceWithConfigure interface
Expand Down
2 changes: 1 addition & 1 deletion opslevel/datasource_opslevel_lifecycle.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/hashicorp/terraform-plugin-framework/datasource/schema"
"github.com/hashicorp/terraform-plugin-framework/types"
"github.com/hashicorp/terraform-plugin-log/tflog"
"github.com/opslevel/opslevel-go/v2024"
"github.com/opslevel/opslevel-go/v2025"
)

// Ensure LifecycleDataSource implements DataSourceWithConfigure interface
Expand Down
2 changes: 1 addition & 1 deletion opslevel/datasource_opslevel_lifecycles_all.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/hashicorp/terraform-plugin-framework/datasource/schema"
"github.com/hashicorp/terraform-plugin-framework/types"
"github.com/hashicorp/terraform-plugin-log/tflog"
"github.com/opslevel/opslevel-go/v2024"
"github.com/opslevel/opslevel-go/v2025"
)

// Ensure LifecycleDataSource implements DataSourceWithConfigure interface
Expand Down
2 changes: 1 addition & 1 deletion opslevel/datasource_opslevel_property_definition.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/hashicorp/terraform-plugin-framework/datasource/schema"
"github.com/hashicorp/terraform-plugin-framework/types"
"github.com/hashicorp/terraform-plugin-log/tflog"
"github.com/opslevel/opslevel-go/v2024"
"github.com/opslevel/opslevel-go/v2025"
)

// Ensure PropertyDefinitionDataSource implements DataSourceWithConfigure interface
Expand Down
2 changes: 1 addition & 1 deletion opslevel/datasource_opslevel_property_definitions_all.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/hashicorp/terraform-plugin-framework/datasource/schema"
"github.com/hashicorp/terraform-plugin-framework/types"
"github.com/hashicorp/terraform-plugin-log/tflog"
"github.com/opslevel/opslevel-go/v2024"
"github.com/opslevel/opslevel-go/v2025"
)

// Ensure PropertyDefinitionDataSourcesAll implements DataSourceWithConfigure interface
Expand Down
3 changes: 1 addition & 2 deletions opslevel/datasource_opslevel_repositories_all.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ import (

"github.com/hashicorp/terraform-plugin-framework/datasource"
"github.com/hashicorp/terraform-plugin-framework/datasource/schema"

"github.com/hashicorp/terraform-plugin-log/tflog"
"github.com/opslevel/opslevel-go/v2024"
"github.com/opslevel/opslevel-go/v2025"
)

// Ensure RepositoryDataSource implements DataSourceWithConfigure interface
Expand Down
2 changes: 1 addition & 1 deletion opslevel/datasource_opslevel_repository.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/hashicorp/terraform-plugin-framework/datasource/schema"
"github.com/hashicorp/terraform-plugin-framework/types"
"github.com/hashicorp/terraform-plugin-log/tflog"
"github.com/opslevel/opslevel-go/v2024"
"github.com/opslevel/opslevel-go/v2025"
)

// Ensure RepositoryDataSource implements DataSourceWithConfigure interface
Expand Down
2 changes: 1 addition & 1 deletion opslevel/datasource_opslevel_rubric_categories.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/hashicorp/terraform-plugin-framework/datasource/schema"
"github.com/hashicorp/terraform-plugin-framework/types"
"github.com/hashicorp/terraform-plugin-log/tflog"
"github.com/opslevel/opslevel-go/v2024"
"github.com/opslevel/opslevel-go/v2025"
)

// Ensure CategoryDataSourcesAll implements DataSourceWithConfigure interface
Expand Down
2 changes: 1 addition & 1 deletion opslevel/datasource_opslevel_rubric_category.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/hashicorp/terraform-plugin-framework/datasource/schema"
"github.com/hashicorp/terraform-plugin-framework/types"
"github.com/hashicorp/terraform-plugin-log/tflog"
"github.com/opslevel/opslevel-go/v2024"
"github.com/opslevel/opslevel-go/v2025"
)

// Ensure CategoryDataSource implements DataSourceWithConfigure interface
Expand Down
2 changes: 1 addition & 1 deletion opslevel/datasource_opslevel_rubric_level.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/hashicorp/terraform-plugin-framework/datasource/schema"
"github.com/hashicorp/terraform-plugin-framework/types"
"github.com/hashicorp/terraform-plugin-log/tflog"
"github.com/opslevel/opslevel-go/v2024"
"github.com/opslevel/opslevel-go/v2025"
)

// Ensure LevelDataSource implements DataSourceWithConfigure interface
Expand Down
2 changes: 1 addition & 1 deletion opslevel/datasource_opslevel_rubric_levels_all.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/hashicorp/terraform-plugin-framework/datasource/schema"
"github.com/hashicorp/terraform-plugin-framework/types"
"github.com/hashicorp/terraform-plugin-log/tflog"
"github.com/opslevel/opslevel-go/v2024"
"github.com/opslevel/opslevel-go/v2025"
)

// Ensure LevelDataSourcesAll implements DataSourceWithConfigure interface
Expand Down
2 changes: 1 addition & 1 deletion opslevel/datasource_opslevel_scorecard.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/hashicorp/terraform-plugin-framework/diag"
"github.com/hashicorp/terraform-plugin-framework/types"
"github.com/hashicorp/terraform-plugin-log/tflog"
"github.com/opslevel/opslevel-go/v2024"
"github.com/opslevel/opslevel-go/v2025"
)

// Ensure ScorecardDataSource implements DataSourceWithConfigure interface
Expand Down
2 changes: 1 addition & 1 deletion opslevel/datasource_opslevel_scorecards_all.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/hashicorp/terraform-plugin-framework/diag"
"github.com/hashicorp/terraform-plugin-framework/types"
"github.com/hashicorp/terraform-plugin-log/tflog"
"github.com/opslevel/opslevel-go/v2024"
"github.com/opslevel/opslevel-go/v2025"
)

// Ensure ScorecardDataSource implements DataSourceWithConfigure interface
Expand Down
2 changes: 1 addition & 1 deletion opslevel/datasource_opslevel_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"github.com/hashicorp/terraform-plugin-framework/path"
"github.com/hashicorp/terraform-plugin-framework/types"
"github.com/hashicorp/terraform-plugin-log/tflog"
"github.com/opslevel/opslevel-go/v2024"
"github.com/opslevel/opslevel-go/v2025"
)

// Ensure ServiceDataSource implements DataSourceWithConfigure interface
Expand Down
2 changes: 1 addition & 1 deletion opslevel/datasource_opslevel_service_dependencies.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/hashicorp/terraform-plugin-framework/path"
"github.com/hashicorp/terraform-plugin-framework/types"
"github.com/hashicorp/terraform-plugin-log/tflog"
"github.com/opslevel/opslevel-go/v2024"
"github.com/opslevel/opslevel-go/v2025"
)

// Ensure ServiceDataSource implements DataSourceWithConfigure interface
Expand Down
2 changes: 1 addition & 1 deletion opslevel/datasource_opslevel_services_all.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/hashicorp/terraform-plugin-framework/datasource/schema"
"github.com/hashicorp/terraform-plugin-framework/types"
"github.com/hashicorp/terraform-plugin-log/tflog"
"github.com/opslevel/opslevel-go/v2024"
"github.com/opslevel/opslevel-go/v2025"
)

// Ensure ServiceDataSource implements DataSourceWithConfigure interface
Expand Down
2 changes: 1 addition & 1 deletion opslevel/datasource_opslevel_system.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/hashicorp/terraform-plugin-framework/datasource/schema"
"github.com/hashicorp/terraform-plugin-framework/types"
"github.com/hashicorp/terraform-plugin-log/tflog"
"github.com/opslevel/opslevel-go/v2024"
"github.com/opslevel/opslevel-go/v2025"
)

// Ensure SystemDataSource implements DataSourceWithConfigure interface
Expand Down
2 changes: 1 addition & 1 deletion opslevel/datasource_opslevel_systems_all.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/hashicorp/terraform-plugin-framework/datasource/schema"
"github.com/hashicorp/terraform-plugin-framework/diag"
"github.com/hashicorp/terraform-plugin-log/tflog"
"github.com/opslevel/opslevel-go/v2024"
"github.com/opslevel/opslevel-go/v2025"
)

var _ datasource.DataSourceWithConfigure = &SystemDataSourcesAll{}
Expand Down
2 changes: 1 addition & 1 deletion opslevel/datasource_opslevel_team.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
"github.com/hashicorp/terraform-plugin-framework/types"
"github.com/hashicorp/terraform-plugin-framework/types/basetypes"
"github.com/hashicorp/terraform-plugin-log/tflog"
"github.com/opslevel/opslevel-go/v2024"
"github.com/opslevel/opslevel-go/v2025"
)

// Ensure TeamDataSource implements DataSourceWithConfigure interface
Expand Down
2 changes: 1 addition & 1 deletion opslevel/datasource_opslevel_teams_all.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"github.com/hashicorp/terraform-plugin-framework/datasource"
"github.com/hashicorp/terraform-plugin-framework/datasource/schema"
"github.com/hashicorp/terraform-plugin-log/tflog"
"github.com/opslevel/opslevel-go/v2024"
"github.com/opslevel/opslevel-go/v2025"
)

var _ datasource.DataSourceWithConfigure = &TeamDataSourcesAll{}
Expand Down
2 changes: 1 addition & 1 deletion opslevel/datasource_opslevel_tier.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/hashicorp/terraform-plugin-framework/datasource/schema"
"github.com/hashicorp/terraform-plugin-framework/types"
"github.com/hashicorp/terraform-plugin-log/tflog"
"github.com/opslevel/opslevel-go/v2024"
"github.com/opslevel/opslevel-go/v2025"
)

// Ensure TierDataSource implements DataSourceWithConfigure interface
Expand Down
2 changes: 1 addition & 1 deletion opslevel/datasource_opslevel_tiers_all.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"github.com/hashicorp/terraform-plugin-framework/datasource"
"github.com/hashicorp/terraform-plugin-framework/datasource/schema"
"github.com/hashicorp/terraform-plugin-log/tflog"
"github.com/opslevel/opslevel-go/v2024"
"github.com/opslevel/opslevel-go/v2025"
)

var _ datasource.DataSourceWithConfigure = &TierDataSourcesAll{}
Expand Down
2 changes: 1 addition & 1 deletion opslevel/datasource_opslevel_user.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/hashicorp/terraform-plugin-framework/datasource/schema"
"github.com/hashicorp/terraform-plugin-framework/types"
"github.com/hashicorp/terraform-plugin-log/tflog"
"github.com/opslevel/opslevel-go/v2024"
"github.com/opslevel/opslevel-go/v2025"
)

// Ensure UserDataSource implements DataSourceWithConfigure interface
Expand Down
2 changes: 1 addition & 1 deletion opslevel/datasource_opslevel_users_all.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/hashicorp/terraform-plugin-framework/datasource/schema"
"github.com/hashicorp/terraform-plugin-framework/types"
"github.com/hashicorp/terraform-plugin-log/tflog"
"github.com/opslevel/opslevel-go/v2024"
"github.com/opslevel/opslevel-go/v2025"
)

var _ datasource.DataSourceWithConfigure = &UserDataSourcesAll{}
Expand Down
5 changes: 2 additions & 3 deletions opslevel/datasource_opslevel_webhook_action.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@ import (
"context"
"fmt"

"github.com/hashicorp/terraform-plugin-framework/types/basetypes"

"github.com/hashicorp/terraform-plugin-framework/attr"
"github.com/hashicorp/terraform-plugin-framework/datasource"
"github.com/hashicorp/terraform-plugin-framework/datasource/schema"
"github.com/hashicorp/terraform-plugin-framework/types"
"github.com/hashicorp/terraform-plugin-framework/types/basetypes"
"github.com/hashicorp/terraform-plugin-log/tflog"
"github.com/opslevel/opslevel-go/v2024"
"github.com/opslevel/opslevel-go/v2025"
)

// Ensure WebhookActionDataSource implements DataSourceWithConfigure interface
Expand Down
2 changes: 1 addition & 1 deletion opslevel/datasource_opslevel_webhook_actions_all.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"github.com/hashicorp/terraform-plugin-framework/datasource"
"github.com/hashicorp/terraform-plugin-framework/datasource/schema"
"github.com/hashicorp/terraform-plugin-log/tflog"
"github.com/opslevel/opslevel-go/v2024"
"github.com/opslevel/opslevel-go/v2025"
)

var _ datasource.DataSourceWithConfigure = &WebhookActionDataSourcesAll{}
Expand Down
3 changes: 1 addition & 2 deletions opslevel/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ import (
"context"
"fmt"

"github.com/opslevel/opslevel-go/v2024"

"github.com/hashicorp/terraform-plugin-framework/diag"
"github.com/opslevel/opslevel-go/v2025"
)

type TerraformSource interface {
Expand Down
2 changes: 1 addition & 1 deletion opslevel/import_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"strings"

"github.com/hashicorp/terraform-plugin-framework/diag"
"github.com/opslevel/opslevel-go/v2024"
"github.com/opslevel/opslevel-go/v2025"
)

func extractContactFromContacts(contactId opslevel.ID, contacts []opslevel.Contact) *opslevel.Contact {
Expand Down
2 changes: 1 addition & 1 deletion opslevel/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
"github.com/hashicorp/terraform-plugin-framework/resource"
"github.com/hashicorp/terraform-plugin-framework/types"
"github.com/hashicorp/terraform-plugin-log/tflog"
"github.com/opslevel/opslevel-go/v2024"
"github.com/opslevel/opslevel-go/v2025"
)

const defaultApiTimeout = int64(30)
Expand Down
5 changes: 2 additions & 3 deletions opslevel/resource_opslevel_alias.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,15 @@ import (
"slices"
"strings"

"github.com/hashicorp/terraform-plugin-framework/diag"

"github.com/hashicorp/terraform-plugin-framework-validators/stringvalidator"
"github.com/hashicorp/terraform-plugin-framework/diag"
"github.com/hashicorp/terraform-plugin-framework/resource"
"github.com/hashicorp/terraform-plugin-framework/resource/schema"
"github.com/hashicorp/terraform-plugin-framework/resource/schema/planmodifier"
"github.com/hashicorp/terraform-plugin-framework/resource/schema/stringplanmodifier"
"github.com/hashicorp/terraform-plugin-framework/schema/validator"
"github.com/hashicorp/terraform-plugin-framework/types"
"github.com/opslevel/opslevel-go/v2024"
"github.com/opslevel/opslevel-go/v2025"
)

var _ resource.ResourceWithConfigure = &AliasResource{}
Expand Down
2 changes: 1 addition & 1 deletion opslevel/resource_opslevel_check_alert_source_usage.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
"github.com/hashicorp/terraform-plugin-framework/schema/validator"
"github.com/hashicorp/terraform-plugin-framework/types"
"github.com/hashicorp/terraform-plugin-log/tflog"
"github.com/opslevel/opslevel-go/v2024"
"github.com/opslevel/opslevel-go/v2025"
"github.com/relvacode/iso8601"
)

Expand Down
2 changes: 1 addition & 1 deletion opslevel/resource_opslevel_check_base.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
"github.com/hashicorp/terraform-plugin-framework/resource/schema/stringplanmodifier"
"github.com/hashicorp/terraform-plugin-framework/schema/validator"
"github.com/hashicorp/terraform-plugin-framework/types"
"github.com/opslevel/opslevel-go/v2024"
"github.com/opslevel/opslevel-go/v2025"
)

type CheckCodeBaseResourceModel struct {
Expand Down
Loading

0 comments on commit a477203

Please sign in to comment.