* Add asset_feeds to resman modules * Add examples and update readmes * Extend pubsub_topic context to project and folder modules * Use pubsub_topic context for pubsub_destination * Update readmes and add project-factory asset_feed example * Update context tests * Update schemas
50 lines
1.5 KiB
YAML
50 lines
1.5 KiB
YAML
# Copyright 2026 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.project.google_cloud_asset_project_feed.default["compute-instances"]:
|
|
asset_names: null
|
|
asset_types:
|
|
- compute.googleapis.com/Instance
|
|
billing_project: test-project
|
|
condition: []
|
|
content_type: RESOURCE
|
|
feed_id: compute-instances
|
|
feed_output_config:
|
|
- pubsub_destination:
|
|
- topic: projects/project-id/topics/asset-feed
|
|
project: test-project
|
|
timeouts: null
|
|
module.pubsub.google_pubsub_topic.default:
|
|
effective_labels:
|
|
goog-terraform-provisioned: 'true'
|
|
ingestion_data_source_settings: []
|
|
kms_key_name: null
|
|
labels: null
|
|
message_retention_duration: null
|
|
message_transforms: []
|
|
name: asset-feed
|
|
project: project-id
|
|
schema_settings: []
|
|
tags: null
|
|
terraform_labels:
|
|
goog-terraform-provisioned: 'true'
|
|
timeouts: null
|
|
|
|
counts:
|
|
google_cloud_asset_project_feed: 1
|
|
google_pubsub_topic: 1
|
|
modules: 2
|
|
resources: 6
|