Skip to content

Clivern/terraform-recipes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

11 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

terraform-recipes logo

Terraform Recipes.

Documentation

Clone the Repository:

git clone https://github.com/Clivern/terraform-recipes.git

๐Ÿ“ฆ Run docker & docker-compose on digitalocean

$ cd do-docker

$ terraform init

# Get SSH Fingerprint
$ ssh-keygen -lf ~/.ssh/id_rsa.pub

$ terraform plan \
    -var "do_token=$YOUR_TOKEN" \
    -var "pub_key=~/.ssh/id_rsa.pub" \
    -var "pvt_key=~/.ssh/id_rsa" \
    -var "ssh_fingerprint=$SSH_FINGERPRINT" \
    -var "droplet_name=$DROPLET_NAME"


$ terraform apply \
    -var "do_token=$YOUR_TOKEN" \
    -var "pub_key=~/.ssh/id_rsa.pub" \
    -var "pvt_key=~/.ssh/id_rsa" \
    -var "ssh_fingerprint=$SSH_FINGERPRINT" \
    -var "droplet_name=$DROPLET_NAME"

$ terraform show terraform.tfstate

Bug tracker

If you have any suggestions, bug reports, or annoyances please report them to our issue tracker at https://github.com/Clivern/terraform-recipes/issues

Security Issues

If you discover a security vulnerability within terraform-recipes, please send an email to hello@clivern.com

Contributing

We are an open source, community-driven project so please feel free to join us. see the contributing guidelines for more details.

License

ยฉ 2019, Clivern. Released under MIT License.

terraform-recipes is authored and maintained by @Clivern.

Releases

No releases published

Packages

No packages published

Languages