From 470bf306c5f1a43dc934cad526304f67c65132fd Mon Sep 17 00:00:00 2001 From: Morgan Date: Mon, 7 Oct 2019 14:29:44 +0200 Subject: [PATCH] Terraforming for exporting aws resources to tf* --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c69d54e..7444688 100644 --- a/README.md +++ b/README.md @@ -1536,6 +1536,7 @@ A small group of programmers wants to change how we code—before catastrophe st * [AWS Trusted Advisor](https://console.aws.amazon.com/trustedadvisor) - Think of Trusted Advisor as a tool to help you plan new infrastructure, optimize existing ones, or simply run scans to make sure your deployments meet the AWS security standards. Given how hard it is to do this on even a single server manually, Trusted Advisor is one of the hidden gems among lesser-known AWS offerings. * [donnemartin/saws](https://github.com/donnemartin/saws) - A supercharged AWS command line interface (CLI). * [Rodion Chachura](https://medium.com/@geekrodion/system-testing-localstack-terraforms-37b31ba99310) - (2018) System testing: Localstack + Terraform +* [dtan4/terraforming](https://github.com/dtan4/terraforming) - Terraforming allows to export existing AWS resources to Terraform style (tf, tfstate) > Tips * [AWS Docs](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-instance-addressing.html) - determine your instance's IPv4 addresses using instance metadata : @@ -1543,6 +1544,7 @@ A small group of programmers wants to change how we code—before catastrophe st 2. Use the following command to get its private IP address: `curl http://169.254.169.254/latest/meta-data/local-ipv4` 3. Use the following command to get its public IP address: `curl http://169.254.169.254/latest/meta-data/public-ipv4` + ## Bitbucket * [Atlassian Docs](https://developer.atlassian.com/stash/docs/latest/how-tos/updating-build-status-for-commits.html) - Updating build status for commits * [Atlassian Docs](https://confluence.atlassian.com/bitbucketserver/setting-up-ssh-port-forwarding-776640364.html) - Setting up SSH port forwarding (for BitBucket or other git server) @@ -2080,6 +2082,7 @@ See also [Infrastructure](#infrastructure) > - the lack of locking for Terraform state > - the lack of a way to configure your Terraform state as code. > - how to keep your Terraform code DRY and maintainable... +* [dtan4/terraforming](https://github.com/dtan4/terraforming) - Terraforming allows to export existing AWS resources to Terraform style (tf, tfstate) ## Travis CI * [Tavis CI Docs](https://docs.travis-ci.com/user/common-build-problems/#Troubleshooting-Locally-in-a-Docker-Image) - Troubleshooting Locally in a Docker Image, useful if you have troubles with travis CI