Skip to content

quortex/terraform-google-storage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quortex

terraform-google-storage

A terraform module for Quortex infrastructure GCP persistent storage layer.

It provides a set of resources necessary to provision the Quortex infrastructure persistent storage on Google Cloud Platform.

This module is available on Terraform Registry.

Get all our terraform modules on Terraform Registry or on Github !

Created resources

This module creates the following resources in GCP:

  • a list of buckets
  • a service account with role binding on buckets
  • a service account key to access buckets

Usage example

module "storage" {
  source = "quortex/storage/google"

  # Globally used variables.
  project_id = module.network.project_id
  location   = module.network.region

  # Prevent resources names conflicts for multiple workspaces usage.
  storage_prefix = terraform.workspace

  # Buckets configuration.
  buckets       = ["mezzanine", "encoded"]
  force_destroy = true
}

Related Projects

This project is part of our terraform modules to provision a Quortex infrastructure for Google Cloud Platform.

infra_gcp

Check out these related projects.

Help

Got a question?

File a GitHub issue or send us an email.

About

A terraform module for Quortex infrastructure GCP persistent storage layer.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages