Skip to content

Terraform templates for varied cloud storage services

Notifications You must be signed in to change notification settings

memor24/storage-services

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multicloud storage services infrastructure as code

In this repo, I will be adding infrastructure as code using Terraform for varied storage services:

  • Digital Ocean: block storage and object storage
  • GCP: cloud storage
  • MinIO: s3 compaibility and distributed storage

Use Terraform to provision in your environment:

terraform init

To clean the code syntax, basic validation and detailed planning, use:

terraform fmt
terraform validate
terraform plan

To create the infrastructure as planned, use:

terraform apply

To delete and completely remove the infrastructure, use:

terraform destroy

About

Terraform templates for varied cloud storage services

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages