Add google_service_account_key list resource#18242
Conversation
|
Hi there, I'm the Modular magician. I've detected the following information about your changes for commit f6013f6: Diff reportYour PR generated the following diffs in downstream repositories:
Test reportAnalytics
Affected Service Packages
Step 1: Replaying Mode Action takenFound 2 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 🔴 Replaying Rerun Failed: Some tests failed due to non-determinism when VCR replayed the response. 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. |
| }) | ||
| } | ||
|
|
||
| func flattenServiceAccountKey(d *schema.ResourceData, config *transport_tpg.Config, sak *iam.ServiceAccountKey) error { |
There was a problem hiding this comment.
this should be done in its own PR to ensure that the flattener is done properly
Fixes hashicorp/terraform-provider-google#28259
Adds a new list resource
google_service_account_keyfor Terraform 1.14+terraform querysupport. This allows users to list all service account keys for a given service account.Details
google_service_account_keygoogle_service_account_keyresourceTestAccListGoogleServiceAccountKey_queryIdentityRelease Note Template for Downstream PRs (will be copied)