Skip to content

Instantly share code, notes, and snippets.

@migara
Created April 22, 2022 13:15
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/aaa9517e6ef0ac2771e1b82f4cde2326 to your computer and use it in GitHub Desktop.
Save migara/aaa9517e6ef0ac2771e1b82f4cde2326 to your computer and use it in GitHub Desktop.
data "cloudngfwaws_ngfw" "example" {
name = "example-instance"
}
output "ngfw" {
value = data.cloudngfwaws_ngfw.example.status
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment