The Dockerfile build a docker image with terraform and terraform-softlayer-provider plugin.
To execute terraform command with .tf files in local directory, use the following command
option. It mounts a current local directory to /data
directory in a docker container.
docker run -i -t --rm -v $(pwd):/data minsikl/terraform-softlayer
To investigate detailed log files, configure TF_LOG
value using -e
option. Available values are INFO, WARN, DEBUG, and TRACE.
docker run -i -t -e TF_LOG=DEBUG --rm -v $(pwd):/data minsikl/terraform-softlayer
terraform-provider-softlayer - https://github.com/softlayer/terraform-provider-softlayer