We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 211fd43 commit f577f45Copy full SHA for f577f45
internal/cmd/beta/public-ip/associate/associate.go
@@ -76,7 +76,7 @@ func NewCmd(p *print.Printer) *cobra.Command {
76
return fmt.Errorf("associate public IP: %w", err)
77
}
78
79
- p.Outputf("Associated public IP %q with resource %v.\n", publicIpLabel, resp.NetworkInterface)
+ p.Outputf("Associated public IP %q with resource %v.\n", publicIpLabel, *resp.GetNetworkInterface())
80
return nil
81
},
82
0 commit comments