0
0
mirror of https://github.com/thegeeklab/wp-opentofu.git synced 2024-09-20 01:42:45 +02: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",
Usage: "a list of actions to have terraform perform",
EnvVar: "PLUGIN_ACTIONS",
Value: &cli.StringSlice{"validate", "apply"},
Value: &cli.StringSlice{"validate", "plan", "apply"},
},
cli.StringFlag{
Name: "ca_cert",