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

(backport) Feat: Create Terraform module #555

Merged
merged 2 commits into from
Sep 26, 2024

Conversation

mvlassis
Copy link
Contributor

Ref: #552 and #530.

This PR is a backport that creates a terraform/ directory in each charm that hosts the Terraform module. It follows the structure proposed in this spec.

To test the module:

  • Clone the repository and switch to this branch.
  • First run tox -e tflint to ensure that linting is correct
  • Change to the terraform/ directory and run terraform init.
  • Run terraform apply -var "channel=1.22/stable" -var "model_name=kubeflow" --auto-approve and wait until the charm is Active and Idle.

mvlassis and others added 2 commits September 26, 2024 14:16
* Add Terraform charms

* Update format

* Update action

* Update README.md

* Remove channel from terraform action

* Update default Terraform channel

* Update default Terraform channel
@mvlassis mvlassis requested a review from a team as a code owner September 26, 2024 11:17
@mvlassis mvlassis changed the title Kf 6236 backport terraform module (backport) Feat: Create terraform module Sep 26, 2024
@mvlassis mvlassis changed the title (backport) Feat: Create terraform module (backport) Feat: Create Terraform module Sep 26, 2024
@mvlassis mvlassis merged commit e6c8b33 into track/1.22 Sep 26, 2024
25 checks passed
@mvlassis mvlassis deleted the kf-6236-backport-terraform-module branch September 26, 2024 14:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants