https://github.com/duaraghav8/terraform-practice
Practicing Terraform
https://github.com/duaraghav8/terraform-practice
aws infrastructure-as-code terraform
Last synced: about 1 month ago
JSON representation
Practicing Terraform
- Host: GitHub
- URL: https://github.com/duaraghav8/terraform-practice
- Owner: duaraghav8
- License: mit
- Created: 2018-07-15T08:24:34.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-19T04:25:33.000Z (almost 8 years ago)
- Last Synced: 2025-03-15T23:42:14.902Z (over 1 year ago)
- Topics: aws, infrastructure-as-code, terraform
- Language: HCL
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# terraform-practice
Just practicing Terraform. See file `target` to know what is being created. All variables have been `.gitignore`d so you'll have to inject your own variable values.
In order to be able to ssh into the machine, we provide TF with an ssh public key to associate with that machine (this is optional in TF). Here, `ci_server_public_key` is to be provided by the user. Generate a key pair using `ssh-keygen -t rsa -b 4096`. Provide TF with the public key. Keep the private key, well, private.
Focus is only on learning concepts, not paying attention to modularity at the moment.