Closed mvlassis closed 2 months ago
Ref: #552 and #530.
This PR creates a terraform/ directory in each charm that hosts the Terraform module. It follows the structure proposed in this spec.
terraform/
To test the module:
tox -e tflint
terraform init
terraform apply -var "channel=latest/edge" -var "model_name=kubeflow" --auto-approve
Active
Idle
Ref: #552 and #530.
This PR 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=latest/edge" -var "model_name=kubeflow" --auto-approve
and wait until the charm isActive
andIdle
.