Skip to content

Latest commit

 

History

History

gcs_bucket

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Google Cloud Storage Bucket

This template creates a Google Cloud Storage bucket.

Prerequisites

Deployment

Resources

Properties

See the properties section in the schema file(s):

Usage

  1. Clone the Deployment Manager samples repository

    git clone https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit
  2. Go to the dm directory

    cd dm
  3. Copy the example DM config to be used as a model for the deployment, in this case examples/gcs_bucket.yaml

    cp templates/gcs_bucket/examples/gcs_bucket.yaml my_gcs_bucket.yaml
  4. Change the values in the config file to match your specific GCP setup. Refer to the properties in the schema files described above.

    vim my_gcs_bucket.yaml  # <== Replace the <FIXME:..> placeholders in the file
  5. Create your deployment as described below, replacing <YOUR_DEPLOYMENT_NAME> with your with your own deployment name

    gcloud deployment-manager deployments create <YOUR_DEPLOYMENT_NAME> \
        --config my_gcs_bucket.yaml
  6. In case you need to delete your deployment:

    gcloud deployment-manager deployments delete <YOUR_DEPLOYMENT_NAME>

Examples