azurerm_network_security_group

    0

    0

    lucycodes42

    Terraform snippets

    The code creates a security group named "acceptanceTestSecurityGroup1" in the resource group named "test". The group is located in the west US location.

    Shortcut: tf_azurerm_network_security_group

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