foreman_httpproxy

Defining HTTP Proxies that exist on your network allows you to perform various actions through those proxies.

Example Usage

# Autogenerated example with required keys
data "foreman_httpproxy" "example" {
  name = "proxy.company.com"
}

Argument Reference

The following arguments are supported:

  • name - (Required) The name of the smart proxy.

Attributes Reference

The following attributes are exported:

  • name - The name of the smart proxy.
  • url - Uniform resource locator of the proxy.