google::compute-region-target-http-proxy

Creates a regional target http proxy.

Example

google::compute-region-target-http-proxy region-target-http-proxy-example
    name: "region-target-http-proxy-example"
    description: "Region target http proxy description."
    region: "us-east1"
    region-url-map: $(google::compute-region-url-map region-url-map-example-region-target-http-proxy)
end

Attributes

Attribute Description
name The name of the target proxy. Must be a string 1-63 characters long and the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. Valid values satisfy the regex: [^[a-z]([-a-z0-9]{1,61}[a-z0-9])?]. (Required)
description Description of the target proxy.
url-map The URL map resource that defines the mapping from URL to a backend service or bucket. Cannot be set if region-url-map is set.
region-url-map The region URL map resource that defines the mapping from URL to a backend service or bucket. Cannot be set if url-map is set.
region The region of the target http proxy. (Required)

Outputs

Attribute Description
self-link Server-defined URL for the target proxy.