Skip to content

Commit 33d80ed

Browse files
committed
fix: updated go mod file
1 parent 5b6d723 commit 33d80ed

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/resources/associate_role.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ resource "commercetools_associate_role" "my-role" {
8686
custom {
8787
type_id = commercetools_type.my-type.id
8888
fields = {
89-
my_field = "My value"
89+
my-field = "My value"
9090
}
9191
}
9292
}

go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module github.com/labd/terraform-provider-commercetools
22

3-
go 1.22.7
3+
go 1.23.0
4+
45
toolchain go1.24.1
56

67
//replace github.com/labd/commercetools-go-sdk v1.5.1 => ../commercetools-go-sdk

0 commit comments

Comments
 (0)