Browse Source

Update default actions to include plan

pull/58/head
Jacob McCann 7 years ago
parent
commit
a4d1880e41
  1. 2
      main.go

2
main.go

@ -27,7 +27,7 @@ func main() {
Name: "actions", Name: "actions",
Usage: "a list of actions to have terraform perform", Usage: "a list of actions to have terraform perform",
EnvVar: "PLUGIN_ACTIONS", EnvVar: "PLUGIN_ACTIONS",
Value: &cli.StringSlice{"validate", "apply"}, Value: &cli.StringSlice{"validate", "plan", "apply"},
}, },
cli.StringFlag{ cli.StringFlag{
Name: "ca_cert", Name: "ca_cert",

Loading…
Cancel
Save