0
0
mirror of https://github.com/thegeeklab/wp-opentofu.git synced 2024-11-09 18:00:40 +00:00

Update default actions to include plan

This commit is contained in:
Jacob McCann 2018-02-14 10:47:32 -06:00
parent feef3866df
commit a4d1880e41

View File

@ -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",