Skip to content

Commit

Permalink
Update examples to point to version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
felladrin committed Nov 5, 2023
1 parent 1242d23 commit e531e83
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 17 deletions.
5 changes: 2 additions & 3 deletions examples/bucket/main.tf
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
terraform {
required_providers {
minio = {
source = "aminueza/minio"
version = ">= 1.0.0"
source = "aminueza/minio"
version = ">= 2.0.0"
}
}
required_version = ">= 0.13"
}

provider "minio" {
Expand Down
5 changes: 2 additions & 3 deletions examples/group/main.tf
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
terraform {
required_providers {
minio = {
source = "aminueza/minio"
version = ">= 1.0.0"
source = "aminueza/minio"
version = ">= 2.0.0"
}
}
required_version = ">= 0.13"
}

provider "minio" {
Expand Down
5 changes: 2 additions & 3 deletions examples/policy/main.tf
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
terraform {
required_providers {
minio = {
source = "aminueza/minio"
version = ">= 1.0.0"
source = "aminueza/minio"
version = ">= 2.0.0"
}
}
required_version = ">= 0.13"
}

provider "minio" {
Expand Down
2 changes: 1 addition & 1 deletion examples/resources/minio_s3_bucket_replication/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 = ">= 1.19.0"
version = ">= 2.0.0"
}
}
}
Expand Down
3 changes: 1 addition & 2 deletions examples/resources/minio_s3_object/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ terraform {
required_providers {
minio = {
source = "aminueza/minio"
version = ">= 1.0.0"
version = ">= 2.0.0"
}
}
required_version = ">= 0.13"
}

provider "minio" {
Expand Down
3 changes: 1 addition & 2 deletions examples/serviceaccount/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ terraform {
required_providers {
minio = {
source = "aminueza/minio"
version = ">= 1.0.0"
version = ">= 2.0.0"
}
}
required_version = ">= 0.13"
}

provider "minio" {
Expand Down
5 changes: 2 additions & 3 deletions examples/user/main.tf
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
terraform {
required_providers {
minio = {
source = "aminueza/minio"
version = ">= 1.0.0"
source = "aminueza/minio"
version = ">= 2.0.0"
}
}
required_version = ">= 0.13"
}

provider "minio" {
Expand Down

0 comments on commit e531e83

Please sign in to comment.