Closed mvlassis closed 1 month ago
Ref: #270
This is a backport to create a Terraform module in the terraform directory. It follows the structure proposed in this spec.
terraform
To test the module:
tox -e tflint
terraform/
terraform init
terraform apply -var "channel=0.13/stable" -var "model_name=kubeflow" --auto-approve
Active
Idle
Closing since the backport is for branch track/0.13
track/0.13
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:
tox -e tflint
to ensure that linting is correctterraform/
directory and runterraform init
.terraform apply -var "channel=0.13/stable" -var "model_name=kubeflow" --auto-approve
and wait until the charm isActive
andIdle
.