Skip to content

Instantly share code, notes, and snippets.

@migara
Created April 22, 2022 13:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save migara/6b2104db0e4c7704442ac18aac6e0ec9 to your computer and use it in GitHub Desktop.
Save migara/6b2104db0e4c7704442ac18aac6e0ec9 to your computer and use it in GitHub Desktop.
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