Files
Wiktor Niesiobędzki f7c9a341b0 yamlint tests/
2025-10-24 13:11:17 +02:00

160 lines
5.2 KiB
YAML

# Copyright 2023 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# file: tests/modules/net_swp/examples/rules.yaml
# yamllint disable rule:line-length
values:
module.secure-web-proxy.google_network_security_gateway_security_policy.default:
description: Managed by Terraform.
location: europe-west4
name: secure-web-proxy
project: my-project
timeouts: null
tls_inspection_policy: null
module.secure-web-proxy.google_network_security_gateway_security_policy_rule.default["host-0"]:
application_matcher: null
basic_profile: DENY
description: Managed by Terraform.
enabled: true
gateway_security_policy: secure-web-proxy
location: europe-west4
name: host-0
priority: 1000
project: my-project
session_matcher: host() == 'google.com'
timeouts: null
tls_inspection_enabled: null
module.secure-web-proxy.google_network_security_gateway_security_policy_rule.default["secure-tag-0"]:
application_matcher: null
basic_profile: ALLOW
description: Managed by Terraform.
enabled: true
gateway_security_policy: secure-web-proxy
location: europe-west4
name: secure-tag-0
priority: 1001
project: my-project
session_matcher: ' source.matchTag(''tagValues/281484836404786'') && host()
== ''example.com''
'
timeouts: null
tls_inspection_enabled: null
module.secure-web-proxy.google_network_security_gateway_security_policy_rule.default["secure-tag-1"]:
application_matcher: null
basic_profile: ALLOW
description: Managed by Terraform.
enabled: true
gateway_security_policy: secure-web-proxy
location: europe-west4
name: secure-tag-1
priority: 1002
project: my-project
session_matcher: ' source.matchTag(''tagValues/281484836404786'') && host()
!= ''google.com''
'
timeouts: null
tls_inspection_enabled: null
module.secure-web-proxy.google_network_security_gateway_security_policy_rule.default["service-account-0"]:
application_matcher: null
basic_profile: ALLOW
description: Managed by Terraform.
enabled: true
gateway_security_policy: secure-web-proxy
location: europe-west4
name: service-account-0
priority: 1003
project: my-project
session_matcher: ' source.matchServiceAccount(''foo@my-prj.iam.gserviceaccount.com'')
&& host() == ''example.com''
'
timeouts: null
tls_inspection_enabled: null
module.secure-web-proxy.google_network_security_gateway_security_policy_rule.default["url-list-0"]:
application_matcher: null
basic_profile: ALLOW
description: Managed by Terraform.
enabled: true
gateway_security_policy: secure-web-proxy
location: europe-west4
name: url-list-0
priority: 1004
project: my-project
session_matcher: " inUrlList(\n host(),\n 'projects/my-project/locations/europe-west4/urlLists/my-url-list'\n\
\ )\n"
timeouts: null
tls_inspection_enabled: null
module.secure-web-proxy.google_network_security_gateway_security_policy_rule.default["url-list-1"]:
application_matcher: null
basic_profile: ALLOW
description: Managed by Terraform.
enabled: true
gateway_security_policy: secure-web-proxy
location: europe-west4
name: url-list-1
priority: 1005
project: my-project
session_matcher: inUrlList(host(), 'projects/my-project/locations/europe-west4/urlLists/default')
timeouts: null
tls_inspection_enabled: null
module.secure-web-proxy.google_network_security_url_lists.default["default"]:
description: Managed by Terraform.
location: europe-west4
name: default
project: my-project
timeouts: null
values:
- example.org
module.secure-web-proxy.google_network_services_gateway.default:
addresses:
- 10.142.68.3
certificate_urls:
- projects/my-project/locations/europe-west4/certificates/secure-web-proxy-cert
delete_swg_autogen_router_on_destroy: true
description: Managed by Terraform.
effective_labels:
example: value
goog-terraform-provisioned: 'true'
labels:
example: value
location: europe-west4
name: secure-web-proxy
network: projects/my-project/global/networks/my-network
ports:
- 80
- 443
project: my-project
routing_mode: null
scope: null
server_tls_policy: null
subnetwork: projects/my-project/regions/europe-west4/subnetworks/my-subnetwork
terraform_labels:
example: value
goog-terraform-provisioned: 'true'
timeouts: null
type: SECURE_WEB_GATEWAY
counts:
google_network_security_gateway_security_policy: 1
google_network_security_gateway_security_policy_rule: 6
google_network_security_url_lists: 1
google_network_services_gateway: 1
modules: 1
resources: 9
outputs: {}