Skip to content

Commit f2ceccf

Browse files
committed
chore: Update SDK version
1 parent 40c143a commit f2ceccf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

internal/provider/source/sdk.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
"github.com/hashicorp/terraform-plugin-framework/types"
1616
)
1717

18-
const apiVersion = "2025-01-01-next"
18+
const apiVersion = "2025-01-01"
1919

2020
func (m *sourceResourceModel) Refresh(source map[string]interface{}) diag.Diagnostics {
2121
var diags diag.Diagnostics

internal/provider/sourceauth/sdk.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616
"github.com/hashicorp/terraform-plugin-framework/types"
1717
)
1818

19-
const apiVersion = "2025-01-01-next"
19+
const apiVersion = "2025-01-01"
2020

2121
func (m *sourceAuthResourceModel) Refresh(source map[string]interface{}) diag.Diagnostics {
2222
var diags diag.Diagnostics

0 commit comments

Comments
 (0)