Skip to content

Commit 4f20390

Browse files
committed
remove lifecycle from planfile.proto too
1 parent a1d962b commit 4f20390

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

internal/plans/planproto/planfile.pb.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/plans/planproto/planfile.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ message Plan {
108108
repeated string target_addrs = 5;
109109

110110
// An unordered set of action addresses that must be invoked when applying.
111-
// If no actions are specified then only lifecycle actions should be
112-
// executed.
111+
// If no actions are specified then only resource lifecycle actions should
112+
// be executed.
113113
repeated string action_target_addrs = 32;
114114

115115
// An unordered set of force-replace addresses to include when applying.

0 commit comments

Comments
 (0)