Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite3a1cd3

Browse files
authored
fix: ensureagentResource is non-nil (#2261)
1 parent8415022 commite3a1cd3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎provisioner/terraform/resources.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,10 @@ func ConvertResources(module *tfjson.StateModule, rawGraph string) ([]*proto.Res
127127
}
128128
}
129129

130+
ifagentResource==nil {
131+
continue
132+
}
133+
130134
agents,exists:=resourceAgents[agentResource.Label]
131135
if!exists {
132136
agents=make([]*proto.Agent,0)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp