Browse Source
I think I found a bug in the plugin, it looks for terraform.config for the remote configuration. It should just be looking under the "config" key. Otherwise remote state configuration was being skipped. Updated the documentation in the Dockerfile so that people can build this locally and test Updated plugin.go -- Implemented exportSecrets terraform remote configuration in some cases requires AWS credentials to grab the remote state, the current implementation did not allow for the secure use of those secrets. Updated DOCS.md -- Adding documentation to use secrets for aws s3 remote configurationpull/28/head
Edwin.Avalos
8 years ago
4 changed files with 56 additions and 24 deletions
Loading…
Reference in new issue