MyGit
🚩收到GitHub仓库的更新通知

aminueza/terraform-provider-minio

Fork: 65 Star: 217 (更新于 2024-04-29 12:12:37)

license: AGPL-3.0

Language: Go .

Terraform provider for managing MinIO S3 buckets and IAM Users.

最后发布版本: v2.2.0 ( 2024-03-12 21:51:14)

官方网址 GitHub网址

✨免费申请网站SSL证书,支持多域名和泛域名,点击查看

minio-provider-terraform

Terraform Provider for MinIO

Contributors GitHub go.mod Go version GitHub Workflow Status GitHub release (latest by date including pre-releases)

Explore the docs »

Table of Contents

About this project

A Terraform provider to manage MinIO Cloud Storage.

Made with using Go.

Supported Versions

  • Terraform v1.5
  • Go v1.20

It doesn't mean that this provider won't run on previous versions of Terraform or Go, though. It just means that we can't guarantee backward compatibility.

Building and Installing

Prebuilt versions of this provider are available on the releases page.

But if you need to build it yourself, just download this repository, install Task:

go install github.com/go-task/task/v3/cmd/task@latest

And run the following command to build and install the plugin in the correct folder (resolved automatically based on the current Operating System):

task install

Examples

Use examples/main.tf to create some test config, such as:

provider "minio" {
  minio_server   = "localhost:9000"
  minio_region   = "us-east-1"
  minio_user     = "minio"
  minio_password = "minio123"
}

You may use variables to fill up configurations:

variable "minio_region" {
  description = "Default MINIO region"
  default     = "us-east-1"
}

variable "minio_server" {
  description = "Default MINIO host and port"
  default     = "localhost:9000"
}

variable "minio_user" {
  description = "MINIO user"
  default     = "minio"
}

variable "minio_password" {
  description = "MINIO password"
  default     = "minio123"
}

Testing

For testing locally, run the docker compose to spin up a minio server:

docker-compose up

Access http://localhost:8000 on your browser, apply your terraform templates and watch them going live.

Usage

See our examples folder.

Roadmap

See the open issues for a list of proposed features (and known issues). See CONTRIBUTING for more information.

License

All versions of this provider starting from v2.0.0 are distributed under the AGPL-3.0 License. See LICENSE for more information.

Acknowledgements

最近版本更新:(数据更新于 2024-05-03 05:37:38)

2024-03-12 21:51:14 v2.2.0

2024-03-12 02:59:12 v2.1.0

2023-11-08 15:38:58 v1.20.1

2023-11-08 04:01:53 v2.0.1

2023-11-05 12:02:22 v2.0.0

2023-11-05 06:33:29 v1.20.0

2023-10-24 19:49:09 v1.19.0

2023-10-24 16:59:40 v1.18.3

2023-09-04 22:53:12 v1.18.0

2023-08-04 20:24:12 v1.17.2

主题(topics):

hcl, minio, s3, terraform-provider

aminueza/terraform-provider-minio同语言 Go最近更新仓库

2024-05-15 05:56:56 kubernetes/kubernetes

2024-05-14 22:14:31 aurora-develop/aurora

2024-05-14 17:44:23 flipped-aurora/gin-vue-admin

2024-05-14 15:54:13 youki992/VscanPlus

2024-05-14 07:40:51 istio/istio

2024-05-14 03:10:35 sashabaranov/go-openai