Complete GCS
Terraform scripts to create a complete GCS using the module gcs.
To create a complete GCS:
terraform init
terraform plan
terraform apply
To delete all resource:
terraform destroy
Requirements
Name |
Version |
|---|---|
>= 1.0 |
|
~> 2.3.1 |
|
~> 6.16.0 |
|
~> 2.4.0 |
|
~> 3.2.1 |
Providers
Name |
Version |
|---|---|
~> 2.3.1 |
|
~> 6.16.0 |
|
~> 2.4.0 |
|
~> 3.2.1 |
Modules
Name |
Source |
Version |
|---|---|---|
../../../gcs |
n/a |
Resources
Name |
Type |
|---|---|
resource |
|
resource |
|
data source |
|
data source |
Inputs
Name |
Description |
Type |
Default |
Required |
|---|---|---|---|---|
Project name |
|
n/a |
yes |
|
The GCP region to deploy the GCS. |
|
|
no |
Outputs
Name |
Description |
|---|---|
The domain associated with the bucket access control. |
|
The email address associated with the bucket access control. |
|
An identifier for the bucket access control |
|
The associated ACLs |
|
The associated IAM policy |
|
Name of the bucket |
|
The URI of the created bucket |
|
The base URL of the bucket, in the format gs:// |