This PR is a backport and 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=2.2/stable" -var "model_name=kubeflow" --auto-approve and wait until the charm is Active and Idle.
Ref #570.
This PR is a backport and creates a
terraform/
directory in each charm that hosts the Terraform module. It follows the structure proposed in this spec.To test the module:
tox -e tflint
to ensure that linting is correctterraform/
directory and runterraform init
.terraform apply -var "channel=2.2/stable" -var "model_name=kubeflow" --auto-approve
and wait until the charm isActive
andIdle
.