We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65534ef commit e5fa697Copy full SHA for e5fa697
internal/convert/adv2v2.go
@@ -22,7 +22,7 @@ func AdvancedClusterToV2(config []byte) ([]byte, error) {
22
if err != nil {
23
return nil, err
24
}
25
- if updated {
+ if updated { // If the resource was converted, add a comment at then end so user knows the resource was updated
26
blockb := block.Body()
27
blockb.AppendNewline()
28
hcl.AppendComment(blockb, commentUpdatedBy)
0 commit comments