google_storage_object_acl

    0

    0

    lucycodes42

    Terraform snippets

    The code declares a resource named google_storage_object_acl with the following attributes:

    bucket - The name of the Google Storage bucket where the object resides.

    object - The name of the object in the Google Storage bucket.

    Shortcut: tf_google_storage_object_acl

    resource "google_storage_object_acl" "${MyResource}" {
       bucket = "\${google_storage_bucket.image_store.name}"
       object = "\${google_storage_bucket_object.image_store.name}"
    }
    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.