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 |
|---|---|
>= 1.0 |
|
~> 6.16.0 |
Providers
No providers.
Modules
Name |
Source |
Version |
|---|---|---|
../../../gcs |
n/a |
Resources
No resources.
Inputs
Name |
Description |
Type |
Default |
Required |
|---|---|---|---|---|
Project name |
|
n/a |
yes |
|
The GCP region to deploy the GCS |
|
|
no |
Outputs
Name |
Description |
|---|---|
Name of the bucket |
|
The URI of the created bucket |
|
The base URL of the bucket, in the format gs:// |