google_storage_bucket_object

    0

    2

    lucycodes42

    Terraform snippets

    This code creates a new Google Storage bucket, example-name, and stores an image file named "garden-tiger-moth.jpg" in the bucket.

    Shortcut: tf_google_storage_bucket_object

    resource "google_storage_bucket_object" "${MyResource}" {
       name = "example-name"
       bucket = "bucket-store"
       source = "/images/nature/garden-tiger-moth.jpg"
    }
    Codiga Logo
    Codiga Hub
    • Rulesets
    • Playground
    • Snippets
    • Cookbooks
    Legal
    • Security
    • Privacy Policy
    • Code Privacy
    • Terms of Service
    soc-2 icon

    We are SOC-2 Compliance Certified

    G2 high performer medal

    Codiga – All rights reserved 2022.