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: Add Terraform module #273

Merged
merged 3 commits into from
Sep 26, 2024

Conversation

mvlassis
Copy link
Contributor

Ref: #270

This is a backport to create a Terraform module in the terraform directory. 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=0.13/stable" -var "model_name=kubeflow" --auto-approve and wait until the charm is Active and Idle.

mvlassis and others added 3 commits September 26, 2024 13:02
* Add Terraform module

* Update README.md

* Remove channel from terraform action

* Update default Terraform channel

* Update default Terraform channel
@mvlassis mvlassis merged commit 92c8a79 into track/0.13 Sep 26, 2024
10 checks passed
@mvlassis mvlassis deleted the kf-6240-backport-create-terraform-module branch September 26, 2024 14:10
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