You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: internal/service/advancedclustertpf/plan_modifier.go
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -271,6 +271,7 @@ func copyAttrIfDestNotKnown[T attr.Value](src, dest *T) {
271
271
}
272
272
}
273
273
274
+
// isKnown returns true if the attribute is known (not null or unknown). Note that !isKnown is not the same as IsUnknown because null is !isKnown but not IsUnknown.
0 commit comments