Skip to content

Commit c61d316

Browse files
committed
platform does not need to force a new resource
1 parent 999aa74 commit c61d316

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

provider/resource_configuration.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ func resourceConfiguration() *schema.Resource {
4646
"platform": {
4747
Type: schema.TypeString,
4848
Required: true,
49-
ForceNew: true,
49+
ForceNew: false,
5050
ValidateFunc: func(val any, _ string) (warns []string, errs []error) {
5151
platform := val.(string)
5252
if !isValidPlatform(platform) {

0 commit comments

Comments
 (0)