Jeff Storey
bb77afac6e
terraform get and gofmt
9 years ago
Jeff Storey
be0a96d664
adding ability to change root dir for commands
Conflicts:
main.go
9 years ago
Jeff Storey
90a46bd02c
allow assume role before running terraform commands
9 years ago
Thomas Boerger
f10224da92
Print out the plugin version to help debugging
9 years ago
Jacob McCann
409c5359c5
Delete .terraform cache
Terraform will pull and cache config. This causes issues if you
try to change remotes as the cache will be pushed to your remote
when it initializes the new remote.
9 years ago
Jacob McCann
0a79958afc
Add sensitive flag
Do not show commands being ran if sensitive is true
9 years ago
Jacob McCann
8d46f853c5
Move ca_certs from 'remote' to 'terraform'
Did this as the CA Cert if needed for all terraform commands, not
just remote. So just made more sense to move it to base of vargs.
9 years ago
Jacob McCann
2e74fe1180
Add ability to inject internal CA Cert
9 years ago
jackspirou
e685b92711
use plan instead of dry-run
9 years ago
John Engelman
a59a5a449d
A few doc and JSON fixes from review.
9 years ago
John Engelman
431099eb7d
TF apply only if NOT dryRun.
9 years ago
John Engelman
5a15b9fd13
Debug and need glibc in image.
9 years ago
John Engelman
cf4a9d9dc2
Don't need to quote since we aren't in a shell.
Also make sure to split on spaces in args.
9 years ago
John Engelman
991e651835
Configure terraform commands, don't allow any command.
9 years ago
John Engelman
7ab6c29d3e
Initial commit.
9 years ago