Skip to content

minsikl/terraform-sl-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

terraform command with softlayer plugin

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

Links

terraform-provider-softlayer - https://github.com/softlayer/terraform-provider-softlayer

About

For docker autobuid

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published