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:
parent
feef3866df
commit
a4d1880e41
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…
Reference in New Issue
Block a user