We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 999aa74 commit c61d316Copy full SHA for c61d316
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