mirror of
https://github.com/hashicorp/terraform.git
synced 2026-05-28 04:03:27 -04:00
Revert unncessary change to get provider address
This commit is contained in:
parent
e133339a83
commit
e074b103dd
1 changed files with 1 additions and 1 deletions
|
|
@ -1403,7 +1403,7 @@ func actionInvocationToTfPlan(action *plans.ActionInvocationInstanceSrc) (*planp
|
|||
|
||||
ret := &planproto.ActionInvocationInstance{
|
||||
Addr: action.Addr.String(),
|
||||
Provider: action.ProviderAddr.Provider.String(),
|
||||
Provider: action.ProviderAddr.String(),
|
||||
}
|
||||
|
||||
switch at := action.ActionTrigger.(type) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue