Skip to content

Commit 0b7b116

Browse files
Add cluster_size to HostStringPlanModifiers for triggering unknown value (#2260)
1 parent 2b3e24c commit 0b7b116

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

linode/helper/databaseshared/plan_modifiers.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@ var HostStringPlanModifiers = []planmodifier.String{
1515
stringplanmodifiers.UseStateForUnknownUnlessTheseChanged(
1616
path.MatchRoot("private_network"),
1717
path.MatchRoot("type"),
18+
path.MatchRoot("cluster_size"),
1819
),
1920
}

0 commit comments

Comments
 (0)