scaleway_security_group_rule

    0

    0

    lucycodes42

    Terraform snippets

    The code defines a scaleway_security_group_rule with the name "my-description-${myResourceName}" and the following properties:

    name: "my-description-${myResourceName}"

    description: "my-description-${myResourceName}"

    security_group: "${scaleway_security_group.test.id}"

    action: "accept"

    direction: "inbound"

    ip_range: "0.0.0.

    Shortcut: tf_scaleway_security_group_rule

    resource "scaleway_security_group_rule" "${myResourceName}" {
       name = "my-${myResourceName}"
       description = "my-description-${myResourceName}"
       security_group = "\${scaleway_security_group.test.id}"
    
       action = "accept"
       direction = "inbound"
       ip_range = "0.0.0.0/0"
       protocol = "TCP"
       port = 25
    }
    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.