Skip to content

Commit

Permalink
update tf
Browse files Browse the repository at this point in the history
  • Loading branch information
joryirving committed Jan 26, 2024
1 parent 4f8aeee commit f2a92c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/minio/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ terraform {
required_providers {
bitwarden = {
source = "maxlaverse/bitwarden"
version = ">= 0.6.0"
version = ">= 0.7.0"
}

minio = {
source = "aminueza/minio"
version = "2.0.1"
version = ">= 2.0.1"
}
}
}
Expand Down

0 comments on commit f2a92c0

Please sign in to comment.