We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40c143a commit f2ceccfCopy full SHA for f2ceccf
internal/provider/source/sdk.go
@@ -15,7 +15,7 @@ import (
15
"github.com/hashicorp/terraform-plugin-framework/types"
16
)
17
18
-const apiVersion = "2025-01-01-next"
+const apiVersion = "2025-01-01"
19
20
func (m *sourceResourceModel) Refresh(source map[string]interface{}) diag.Diagnostics {
21
var diags diag.Diagnostics
internal/provider/sourceauth/sdk.go
@@ -16,7 +16,7 @@ import (
func (m *sourceAuthResourceModel) Refresh(source map[string]interface{}) diag.Diagnostics {
22
0 commit comments