diff --git a/examples/bucket/main.tf b/examples/bucket/main.tf index aca3ea28..c7878642 100755 --- a/examples/bucket/main.tf +++ b/examples/bucket/main.tf @@ -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" { diff --git a/examples/group/main.tf b/examples/group/main.tf index aca3ea28..c7878642 100755 --- a/examples/group/main.tf +++ b/examples/group/main.tf @@ -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" { diff --git a/examples/policy/main.tf b/examples/policy/main.tf index aca3ea28..c7878642 100755 --- a/examples/policy/main.tf +++ b/examples/policy/main.tf @@ -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" { diff --git a/examples/resources/minio_s3_bucket_replication/main.tf b/examples/resources/minio_s3_bucket_replication/main.tf index 7bb1692c..ce4ddd42 100755 --- a/examples/resources/minio_s3_bucket_replication/main.tf +++ b/examples/resources/minio_s3_bucket_replication/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { minio = { source = "aminueza/minio" - version = ">= 1.19.0" + version = ">= 2.0.0" } } } diff --git a/examples/resources/minio_s3_object/main.tf b/examples/resources/minio_s3_object/main.tf index 8e90d23a..c7878642 100755 --- a/examples/resources/minio_s3_object/main.tf +++ b/examples/resources/minio_s3_object/main.tf @@ -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" { diff --git a/examples/serviceaccount/main.tf b/examples/serviceaccount/main.tf index 8e90d23a..c7878642 100755 --- a/examples/serviceaccount/main.tf +++ b/examples/serviceaccount/main.tf @@ -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" { diff --git a/examples/user/main.tf b/examples/user/main.tf index aca3ea28..c7878642 100755 --- a/examples/user/main.tf +++ b/examples/user/main.tf @@ -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" {