We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7853307 commit 89a7758Copy full SHA for 89a7758
1 file changed
provider/resource_configuration.go
@@ -46,7 +46,7 @@ func resourceConfiguration() *schema.Resource {
46
"platform": {
47
Type: schema.TypeString,
48
Required: true,
49
- ForceNew: true,
+ ForceNew: false,
50
ValidateFunc: func(val any, _ string) (warns []string, errs []error) {
51
platform := val.(string)
52
if !isValidPlatform(platform) {
0 commit comments