feat: Add resource identity to google_secret_manager_secret_version - #18451
feat: Add resource identity to google_secret_manager_secret_version#18451vr-ibm wants to merge 1 commit into
Conversation
|
Hi there, I'm the Modular magician. I've detected the following information about your changes for commit e5675ff: Diff reportYour PR generated the following diffs in downstream repositories:
Step 1: Replaying Mode Caution Panic occurred during VCR tests 🔴 REPLAYING mode: The provider crashed with a panic. Please check the build log for details. Please fix the issue to complete your PR. View the build log |
e5675ff to
a7326b8
Compare
|
Hi there, I'm the Modular magician. I've detected the following information about your changes for commit a7326b8: Diff reportYour PR generated the following diffs in downstream repositories:
Step 1: Replaying Mode Caution Panic occurred during VCR tests 🔴 REPLAYING mode: The provider crashed with a panic. Please check the build log for details. Please fix the issue to complete your PR. View the build log |
a7326b8 to
1012449
Compare
|
Hi there, I'm the Modular magician. I've detected the following information about your changes for commit 1012449: Diff reportYour PR generated the following diffs in downstream repositories:
Test reportAnalytics
Affected Service Packages
Step 1: Replaying Mode Action takenFound 6 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
🟢 All tests passed! View the recording VCR build log or the debug logs folder for detailed results. |
Adds resource identity support to
google_secret_manager_secret_versionby:exclude_identity_generation: truefromSecretVersion.yamlto re-enable MMv1 identity generationSetResourceIdentityAttributeswithproject,secret, andversionparsed from the version nameThe custom import was previously excluded from identity generation due to its regex-based name parsing. The import template now sets identity attributes directly from the already-parsed
versionRegexmatch groups after import.This is a prerequisite for adding a
google_secret_manager_secret_versionlist resource.