Giter VIP home page Giter VIP logo

terraform-google-gcs-bucket's Introduction

Google Cloud Platform project Terraform module

This terraform module provisions a Google Cloud Storage bucket. The real bucket name is suffixed with the google project_id.

Usage

module "gcs_bucket" {
  source  = "nephosolutions/gcs-bucket/google"
  version = "0.2.0"

  name = "..."
}

Inputs

Name Description Type Default Required
force_destroy When deleting a bucket, this boolean option will delete all contained objects. string false no
lifecycle_rules - list <list> no
name The name of the bucket string - yes
project_id The ID of the google project to which the resource belongs. If it is not provided, the provider project is used. string `` no
region The GCS region. If it is not provided, the provider region is used. string `` no
role_entities - list <list> no
storage_class The Storage Class of the new bucket. Supported values include: MULTI_REGIONAL, REGIONAL, NEARLINE, COLDLINE. string REGIONAL no
versioning Version bucket objects? string false no
website_config - list <list> no

Outputs

Name Description
name The name of bucket.
self_link The URI of the created resource.
url The base URL of the bucket, in the format gs://.

terraform-google-gcs-bucket's People

Contributors

chreble avatar strebitz avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.