Skip to content

tgc-revival: support google_blockchain_node_engine_blockchain_nodes #14561

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Conversation

trodge
Copy link
Contributor

@trodge trodge commented Jul 17, 2025

Release Note Template for Downstream PRs (will be copied)

See Write release notes for guidance.


@trodge trodge requested a review from zli82016 July 17, 2025 21:02
@modular-magician
Copy link
Collaborator

Hi there, I'm the Modular magician. I've detected the following information about your changes:

Diff report

Your PR generated some diffs in downstreams - here they are.

terraform-google-conversion: Diff ( 24 files changed, 755 insertions(+), 38 deletions(-))

@modular-magician
Copy link
Collaborator

Hi there, I'm the Modular magician. I've detected the following information about your changes:

Diff report

Your PR generated some diffs in downstreams - here they are.

terraform-google-conversion: Diff ( 24 files changed, 757 insertions(+), 52 deletions(-))

assetName: //bigquery.googleapis.com/projects/my-project/datasets/my-dataset
hclData: [project:my-project dataset_id:my-dataset]
*/
func ParseUrlParamValuesFromAssetName(assetName string, template string, hclData map[string]any) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like the parsed computed fields need to be filtered out, which is the reason for the test failure.

hclData["project"] = utils.ParseFieldValue(asset.Name, "projects")
{{- end}}
{{/* Attempt to parse all self-link parameters from asset name. */}}
utils.ParseUrlParamValuesFromAssetName(asset.Name, "{{ $.CaiAssetNameTemplate $productBackendName }}", hclData)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, are there any issues for the previous implementation?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants