Created
April 22, 2022 13:14
-
-
Save migara/6b2104db0e4c7704442ac18aac6e0ec9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
resource "cloudngfwaws_rulestack" "example" { | |
name = "terraform-rulestack" | |
scope = "Local" | |
account_id = "123456789" | |
description = "Made by Terraform" | |
profile_config { | |
anti_spyware = "BestPractice" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment