View on GitHub

Application Resource

Application resource allows to create an application that can be used to implement a traffic policy used by SOLIDserver GSLB(s).

Example Usage

Creating an Application:

resource "solidserver_app_application" "myFirstApplicaton" {
  name         = "MyFirsApp"
  fqdn         = "myfirstapp.priv"
  gslb_members = ["ns0.priv", "ns1.priv"]
  class        = "INTERNAL_APP"
  class_parameters = {
    owner = "MR. Smith"
    contact = "a.smith@mycompany.priv"
  }
}

Argument Reference

Attribute Reference