Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Terraform] - Parameterize Terraform config #1

Merged
merged 14 commits into from
Dec 25, 2021
Merged

Conversation

abdulrabbani00
Copy link
Owner

The following commit does the following:

  • Variable-izes the variables within the main file.
  • Adds tfvars files for specifying the values.
  • Creates a directory structure per environment.
  • Utilizes modules so code does not need to be repeated. Instead the values are defined only in the variables/tfvars files.

This code has not been tested, but the Terraform plan works. They will be tested soon (trying to find the cheapest instances for the nodes).

@skylenet

The following commit does the following:
* Variable-izes the variables within the main file.
* Adds `tfvars` files for specifying the values.
* Creates a directory structure per environment.
* Utilizes modules so code does not need to be repeated. Instead the values are defined only in the variables/tfvars files.

This code has not been tested, but the Terraform plan works. They will be tested soon (trying to find the cheapest instances for the nodes).
@abdulrabbani00 abdulrabbani00 self-assigned this Dec 24, 2021
@abdulrabbani00 abdulrabbani00 temporarily deployed to develop December 25, 2021 14:28 Inactive
@abdulrabbani00
Copy link
Owner Author

This PR contains the following:

  • Paremetized Terraform Code
  • Fully functioning CI/CD pipeline to create the infrastructure on digital ocean.
  • User manual documentation

@abdulrabbani00 abdulrabbani00 marked this pull request as ready for review December 25, 2021 15:50
@abdulrabbani00 abdulrabbani00 changed the title [Terraform] - Parameterize Terraform config (UNTESTED)! [Terraform] - Parameterize Terraform config Dec 25, 2021
@abdulrabbani00 abdulrabbani00 merged commit 041ddbe into master Dec 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant