azurerm_cdn_profile

    0

    0

    lucycodes42

    Terraform snippets

    The code above creates a resource called example-name in the West US location with the Standard_Verizon SKU.

    Shortcut: tf_azurerm_cdn_profile

    resource "azurerm_cdn_profile" "${MyResource}" {
       name = "example-name"
       location = "West US"
       sku = "Standard_Verizon"
       resource_group_name = "\${azurerm_resource_group.test.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.