Skip to content

Conversation

@nttarun-719
Copy link
Contributor

No description provided.

@nttarun-719 nttarun-719 requested review from a team, ayushmjain, imrannayer and q2w as code owners August 6, 2025 02:45
@nttarun-719 nttarun-719 changed the title renaming app hub service id in all the modules refactor: rename app hub service id Aug 6, 2025
value = {
service_uri = "//cloudsql.googleapis.com/projects${element(split("/projects", google_sql_database_instance.default.self_link), 1)}"
service_id = substr(format("%s-%s", var.name, md5(var.project_id)), 0, 63)
service_id = substr(format("%s-%s", var.name, md5(format("%smssql", var.project_id))), 0, 63)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Thanks @nttarun-719 ! Why can't this md5 be same as Mysql or postgresql. Could you update this output to be similar to Mysql/Postgresql

Copy link
Contributor Author

Choose a reason for hiding this comment

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

addressed here

@q2w q2w changed the title refactor: rename app hub service id fix: rename app hub service id Aug 13, 2025
@q2w q2w merged commit e9a7830 into terraform-google-modules:main Aug 14, 2025
4 of 5 checks passed
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.

2 participants