Skip to content

Instantly share code, notes, and snippets.

@rtrentin73
Created August 8, 2022 16:26
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 rtrentin73/e1103a6f72d8adfc52e24e3fb4c49d7a to your computer and use it in GitHub Desktop.
Save rtrentin73/e1103a6f72d8adfc52e24e3fb4c49d7a to your computer and use it in GitHub Desktop.
resource "aviatrix_app_domain" "app_domain_web-client" {
name = "web-client"
selector {
match_expressions {
type = "vm"
tags = {
Name = "web-client"
}
}
}
}
resource "aviatrix_app_domain" "app_domain_server" {
name = "web-server"
selector {
match_expressions {
type = "vm"
tags = {
Name = "web-server"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment