Skip to content

Commit

Permalink
Update example to use v3.0.0 of the provider
Browse files Browse the repository at this point in the history
  • Loading branch information
felladrin committed Nov 11, 2024
1 parent 0b0ade0 commit 24e8994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/resources/minio_s3_bucket_retention/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
minio = {
source = "aminueza/minio"
version = ">= 2.0.0"
version = ">= 3.0.0"
}
}
}
Expand Down

0 comments on commit 24e8994

Please sign in to comment.