Skip to content
New issue

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

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

Already on GitHub? # to your account

Introduce terraform #189

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

sdake
Copy link
Member

@sdake sdake commented Aug 15, 2024

Deploy Kubernetes using terraform. Of interest here is terraform.tfvars which can be customized to create a specific Kubernetes cluster. This implementation could be improved to set a Kubernetes configuration per line in a list, so that multiple Kubernetes deployments could be managed side-by-side.

Deploy Kubernetes using terraform. Of interest here is terraform.tfvars
which can be customized to create a specific Kubernetes cluster. This implementation
could be improved to set a Kubernetes configuration per line in a list, so that
multiple Kubernetes deployments could be managed side-by-side.
@sdake sdake requested a review from a team as a code owner August 15, 2024 05:24
@cla-bot cla-bot bot added the CLA CLA signed? label Aug 15, 2024
#
# Networking Configuration

vcn_cidrs = ["10.1.0.0/16"]
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not clear if vcn_cidrs needs to be set, or if it has sanitary defautls. I am also not sure why its a list.

Copy link
Contributor

@MostAwesomeDude MostAwesomeDude left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that one file has UPL licensing.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
CLA CLA signed?
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants