Skip to content

Commit

Permalink
[Gateway] Fix Application API example (#13623)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxvp authored Mar 26, 2024
1 parent a6f31e4 commit 7950abe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ Gateway matches HTTP traffic against the following selectors, or criteria:

{{<Aside type="warning" header="Multiple API selectors required for Terraform">}}

When using Terraform to create a policy with the [Do Not Inspect](#do-not-inspect) action, you must use the `app.hosts_ids` and `app.support_ids` selectors. For example, to create a Do Not Inspect policy for Google Cloud Platform traffic, create a policy with both `any(app.hosts_ids[*] in {1245})` and `any(app.support_ids[*] in {1245})`.
When using Terraform to create a policy with the [Do Not Inspect](#do-not-inspect) action, you must use the `app.hosts_ids` and `app.supports_ids` selectors. For example, to create a Do Not Inspect policy for Google Cloud Platform traffic, create a policy with both `any(app.hosts_ids[*] in {1245})` and `any(app.supports_ids[*] in {1245})`.

{{</Aside>}}

Expand Down

0 comments on commit 7950abe

Please sign in to comment.