Simple GCS

Terraform scripts to create a simple GCS using the module gcs.

To create a simple GCS:

terraform init
terraform plan
terraform apply

To delete all resource:

terraform destroy

Requirements

Name

Version

terraform

>= 1.0

google

~> 6.16.0

Providers

No providers.

Modules

Name

Source

Version

simple_bucket

../../../gcs

n/a

Resources

No resources.

Inputs

Name

Description

Type

Default

Required

project

Project name

string

n/a

yes

region

The GCP region to deploy the GCS

string

"europe-west9"

no

Outputs

Name

Description

name

Name of the bucket

self_link

The URI of the created bucket

url

The base URL of the bucket, in the format gs://