Skip to content

Commit

Permalink
platform does not need to force a new resource
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirianni committed Aug 20, 2024
1 parent 0d02b7a commit 227b541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/resource_configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func resourceConfiguration() *schema.Resource {
"platform": {
Type: schema.TypeString,
Required: true,
ForceNew: true,
ForceNew: false,
ValidateFunc: func(val any, _ string) (warns []string, errs []error) {
platform := val.(string)
if !isValidPlatform(platform) {
Expand Down

0 comments on commit 227b541

Please sign in to comment.