fix(cloudrun): publish adapter contract#2170
Open
jrusso1020 wants to merge 1 commit into
Open
Conversation
This was referenced Jul 10, 2026
Collaborator
Author
This was referenced Jul 10, 2026
e63d3d2 to
1a5a77f
Compare
e025a87 to
d2414d8
Compare
ab67cc0 to
5c21f92
Compare
d2414d8 to
0368f64
Compare
5c21f92 to
c336e30
Compare
0368f64 to
aa19b4f
Compare
c336e30 to
fcb55ec
Compare
aa19b4f to
418522f
Compare
fcb55ec to
5e6c349
Compare
418522f to
3bf843b
Compare
5e6c349 to
39f36b1
Compare
3bf843b to
25ca00b
Compare
39f36b1 to
2ca864e
Compare
2370bf4 to
593c88d
Compare
8c70ca8 to
5006eb1
Compare
593c88d to
3794659
Compare
5006eb1 to
f505062
Compare
2dfc8f1 to
f9c74e6
Compare
4b3fca9 to
e656e66
Compare
f9c74e6 to
4aa8d4e
Compare
e656e66 to
dab294d
Compare
4aa8d4e to
5d3ce2c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

What
Publish the Cloud Run Terraform module through code and make optional adapter availability explicit.
Why
The CLI resolved an unexported package.json path and produced opaque failures when the optional adapter was absent.
How
Export getTerraformModuleDir, build the Terraform entry, keep cloud adapters external, and add the same actionable preflight used by Lambda. Keep the generated package-subpath descriptor and manifest synchronized.
Test plan