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
resource "foreman_httpproxy" "example" {
  name = "proxy.company.com"
  url = "https://proxy.company.com:8443"
}

Argument Reference

The following arguments are supported:

  • name - (Required) The name of the http proxy.
  • url - (Required) Uniform resource locator of the proxy.

Attributes Reference

The following attributes are exported:

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