Skip to content

Conversation

@butzist
Copy link

@butzist butzist commented Jan 24, 2022

The format chosen is somewhat similar to the one in the AWS terraform provider.

Example:

resource "minio_bucket" "xxxx" {
  name = "xxxx"

  lifecycle_rule {
    expiration {
      days = 2
    }
  }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant