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

Commits on Dec 24, 2021

  1. [Terraform] - Parameterize Terraform config (UNTESTED)!

    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 committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    f3b8d0e View commit details
    Browse the repository at this point in the history
  2. Update Typo

    abdulrabbani00 committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    a013504 View commit details
    Browse the repository at this point in the history
  3. Format code

    abdulrabbani00 committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    abec517 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2021

  1. Configuration menu
    Copy the full SHA
    9047520 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6027ca3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb726ce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ac66914 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    063d606 View commit details
    Browse the repository at this point in the history
  6. Add Plan

    abdulrabbani00 committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    4c6789c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e85d48c View commit details
    Browse the repository at this point in the history
  8. Temporary update

    abdulrabbani00 committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    60f6a46 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    07c03bd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e0b2cfc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    80a314c View commit details
    Browse the repository at this point in the history