Add google_compute_service_attachments plural data source#18317
Conversation
|
Hi there, I'm the Modular magician. I've detected the following information about your changes for commit cc812dd: Diff reportYour PR generated the following diffs in downstream repositories:
Test reportAnalytics
Affected Service Packages
Step 1: Replaying Mode Action takenFound 3 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
View the replaying VCR build log Step 2: Recording Mode
Caution Issues requiring attention before PR completion 🔴 Initial Recording Failed: Some tests failed during the recording step. See the table above for details. Please address these issues to complete your PR. If you believe these detections are incorrect or unrelated to your change, please raise the concern with your reviewer. View the recording VCR build log or the debug logs folder for detailed results. |
Fixes hashicorp/terraform-provider-google#23397
Adds a new plural data source
google_compute_service_attachmentsthat lists all service attachments in a given project and region, enabling discovery without hardcoding names or self_links.Details
serviceAttachments.listcompute API with pagination supportproject,region, andfilterargumentsservice_attachmentslist with key attributes:name,self_link,target_service,connection_preference,nat_subnets,enable_proxy_protocol,domain_names,fingerprint,regionTestAccDataSourceGoogleComputeServiceAttachments_basicTests
TestAccDataSourceGoogleComputeServiceAttachments_basic
Release Note Template for Downstream PRs (will be copied)