Skip to content

Commit 55d4cbb

Browse files
Merge pull request #35733 from hashicorp/component-forget-to-grpc
stacks: add destroy bool to FindStackConfigurationComponents Removed …
2 parents 598648b + ec33b03 commit 55d4cbb

File tree

3 files changed

+849
-838
lines changed

3 files changed

+849
-838
lines changed

internal/rpcapi/stacks.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ func stackConfigMetaforProto(cfgNode *stackconfig.ConfigNode, stackAddr stackadd
231231
cProto := &stacks.FindStackConfigurationComponents_Removed{
232232
SourceAddr: rc.FinalSourceAddr.String(),
233233
ComponentAddr: stackaddrs.Config(stackAddr, stackaddrs.Component{Name: rc.FromComponent.Name}).String(),
234+
Destroy: rc.Destroy,
234235
}
235236
switch {
236237
case rc.ForEach != nil:

0 commit comments

Comments
 (0)