google_access_context_manager_egress_policy

This resource has been deprecated, please refer to ServicePerimeterEgressPolicy.

To get more information about EgressPolicy, see:

Argument Reference

The following arguments are supported:


Attributes Reference

In addition to the arguments listed above, the following computed attributes are exported:

Timeouts

This resource provides the following Timeouts configuration options:

Import

EgressPolicy can be imported using any of these accepted formats:

In Terraform v1.5.0 and later, use an import block to import EgressPolicy using one of the formats above. For example:

import {
  id = "{{egress_policy_name}}/{{resource}}"
  to = google_access_context_manager_egress_policy.default
}

When using the terraform import command, EgressPolicy can be imported using one of the formats above. For example:

$ terraform import google_access_context_manager_egress_policy.default {{egress_policy_name}}/{{resource}}