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 #135

Merged
merged 2 commits into from
Sep 26, 2024

Conversation

mvlassis
Copy link
Contributor

Ref: #131

This PR creates a terraform/ directory that hosts the Terraform module for this charm. 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.
  • Run terraform apply -var "channel=2.2/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:12
* Add Terraform module

* Update formatting

* Update terraform/outputs.tf

Co-authored-by: Noha Ihab <[email protected]>

* Change model name

* Change name of model for testing

* Update README.md

* Remove channel from terraform action

* Update default Terraform channel

* Update default Terraform channel

---------

Co-authored-by: Noha Ihab <[email protected]>
@mvlassis mvlassis merged commit d7eed58 into track/2.2 Sep 26, 2024
10 checks passed
@mvlassis mvlassis deleted the kf-6163-backport-terraform-module branch September 26, 2024 14:16
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