DougTrajano / mlflow-server

MLflow Tracking Server with basic auth deployed in AWS App Runner.
https://gallery.ecr.aws/t9j8s4z8/mlflow
Apache License 2.0
34 stars 17 forks source link

Getting error in S3 file #200

Closed akayalml closed 1 year ago

akayalml commented 2 years ago

I am getting the following error while doing terraform validate.

│ Error: Unsupported argument │ │ on s3.tf line 3, in module "s3": │ 3: name = local.name │ │ An argument named "name" is not expected here. ╵ ╷ │ Error: Unsupported argument │ │ on s3.tf line 4, in module "s3": │ 4: tags = local.tags │ │ An argument named "tags" is not expected here. ╵ ╷ │ Error: Unsupported argument │ │ on s3.tf line 5, in module "s3": │ 5: create_dedicated_bucket = local.create_dedicated_bucket │ │ An argument named "create_dedicated_bucket" is not expected here.

DougTrajano commented 1 year ago

Hi @akayalml could you give me more details about how you ran terraform validate?

I tried reproducing this error here, but I wasn't able.

Command: .../mlflow-server\terraform> terraform validate

Success! The configuration is valid.