File tree Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ func TestConfigProviderTypes(t *testing.T) {
35
35
}
36
36
37
37
got = cfg .ProviderTypes ()
38
-
39
38
want := []addrs.Provider {
40
39
addrs .NewDefaultProvider ("aws" ),
41
40
addrs .NewDefaultProvider ("external" ),
Original file line number Diff line number Diff line change @@ -40,9 +40,7 @@ type HookActionIdentity struct {
40
40
41
41
// If run as part of a plan / apply we also have the values below
42
42
// (if CLI triggered they are not applicable)
43
-
44
- TriggeringResourceAddr addrs.AbsResourceInstance
45
-
43
+ TriggeringResourceAddr addrs.AbsResourceInstance
46
44
ActionTriggerBlockIndex int
47
45
ActionsListIndex int
48
46
}
Original file line number Diff line number Diff line change @@ -147,7 +147,6 @@ func (n *nodeActionApply) References() []*addrs.Reference {
147
147
148
148
// We reference each action instance that we are going to execute.
149
149
for _ , invocation := range n .ActionInvocations {
150
- // TODO: Think about how to get a source range
151
150
refs = append (refs , & addrs.Reference {
152
151
Subject : invocation .Addr .Action ,
153
152
})
You can’t perform that action at this time.
0 commit comments