cloud-foundation-fabric/tests/modules/certificate_manager/examples/map-with-managed-cert-lb-au...

51 lines
1.6 KiB
YAML

# Copyright 2024 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.
values:
module.certificate-manager.google_certificate_manager_certificate.certificates["my-certificate-1"]:
description: null
labels: null
location: global
managed:
- dns_authorizations: null
domains:
- mydomain.mycompany.org
issuance_config: null
name: my-certificate-1
project: project-id
scope: null
self_managed: []
timeouts: null
module.certificate-manager.google_certificate_manager_certificate_map.map[0]:
description: My certificate map
labels: null
name: my-certificate-map
project: project-id
timeouts: null
module.certificate-manager.google_certificate_manager_certificate_map_entry.entries["mydomain-mycompany-org"]:
description: null
hostname: null
labels: null
map: my-certificate-map
matcher: PRIMARY
name: mydomain-mycompany-org
project: project-id
timeouts: null
counts:
google_certificate_manager_certificate: 1
google_certificate_manager_certificate_map: 1
google_certificate_manager_certificate_map_entry: 1
modules: 1
resources: 3