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

Add terraform module #235

Merged
merged 4 commits into from
Sep 23, 2024
Merged

Add terraform module #235

merged 4 commits into from
Sep 23, 2024

Conversation

misohu
Copy link
Member

@misohu misohu commented Sep 19, 2024

Create a terraform/ directory that hosts the Terraform module for this charm. It follows the structure proposed in this spec and it is follows what was done in canonical/argo-operators#198.

To test the module:

  • Clone the repository and switch this PR's branch.
  • First run tox -e tflint to ensure that linting is correct
  • Run terraform apply -var "channel=latest/edge" -var "model_name=kubeflow" --auto-approve and wait until the charm is Active and Idle.

Closes #234

@misohu misohu requested a review from a team as a code owner September 19, 2024 10:04
terraform/README.md Outdated Show resolved Hide resolved
Copy link
Contributor

@mvlassis mvlassis left a comment

Choose a reason for hiding this comment

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

Left a small comment

Co-authored-by: Manos Vlassis <[email protected]>
@misohu misohu merged commit 717a7de into main Sep 23, 2024
10 checks passed
@misohu misohu deleted the KF-6228-create-tf-module branch September 23, 2024 06:13
orfeas-k pushed a commit that referenced this pull request Sep 27, 2024
* Add terraform module

---------

Co-authored-by: Manos Vlassis <[email protected]>
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.

Create a terraform module for operator charm
3 participants