Skip to content

Commit

Permalink
Make forceNew on template_id in instance
Browse files Browse the repository at this point in the history
  • Loading branch information
mahesh-hpe committed Sep 19, 2024
1 parent 443ad2c commit 52aca08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/resources/resource_instances_helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ func getInstanceDefaultSchema(isClone bool) *schema.Resource {
"template_id": {
Type: schema.TypeInt,
Optional: true,
ForceNew: true,
Description: "Unique ID for the template",
},
"no_agent": {
Expand Down

0 comments on commit 52aca08

Please sign in to comment.