google_compute_ssl_certificate

    0

    0

    lucycodes42

    Terraform snippets

    The code creates a Google Compute SSL Certificate named "example-name" with the following properties:

    name: "example-name"

    description: "example-description"

    private_key: "path/to/private.key"

    certificate: "path/to/certificate.

    Shortcut: tf_google_compute_ssl_certificate

    resource "google_compute_ssl_certificate" "${MyResource}" {
       name = "example-name"
       description = "example-description"
       private_key = "\${file("path/to/private.key")}"
       certificate = "\${file("path/to/certificate.crt")}
    }
    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.