Open
Description
Describe the bug
Problem encountered by @ucsky. Running make one-click-mlflow
is not working after make destroy
because of the artifacts' bucket which still exists.
Got the following error:
Setting up your GCP project...
╷
│ Error: googleapi: Error 409: You already own this bucket. Please select another name., conflict
│
│ with module.bucket_backend.google_storage_bucket.this,
│ on ../modules/mlflow/artifacts/main.tf line 18, in resource "google_storage_bucket" "this":
│ 18: resource "google_storage_bucket" "this" {
To Reproduce
Steps to reproduce the behavior:
- run
make one-click-mlflow
and finish it - run
make destroy
- run
make one-click-mlflow
- See error
Expected behavior
The second command make one-click-mlflow
should work
Activity