We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b6d723 commit 33d80edCopy full SHA for 33d80ed
docs/resources/associate_role.md
@@ -86,7 +86,7 @@ resource "commercetools_associate_role" "my-role" {
86
custom {
87
type_id = commercetools_type.my-type.id
88
fields = {
89
- my_field = "My value"
+ my-field = "My value"
90
}
91
92
go.mod
@@ -1,6 +1,7 @@
1
module github.com/labd/terraform-provider-commercetools
2
3
-go 1.22.7
+go 1.23.0
4
+
5
toolchain go1.24.1
6
7
//replace github.com/labd/commercetools-go-sdk v1.5.1 => ../commercetools-go-sdk
0 commit comments