Skip to content
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

fix: Fix output "id" in "simple-sa" module #125

Merged

Conversation

legal90
Copy link
Contributor

@legal90 legal90 commented Aug 6, 2024

That is a follow up to my previous PR: #123. I used a wrong attribute there, sorry about that!

The attribute account_id contains only the name of the service account (passed as var.name).
In order to get a fully-qualified service ID we should use the id attribute instead.

`account_id` returns only the name of the service account (passed by var.name)
To get a fully-qualified ID mentioned in the description field we should use the `id`
attribute instead.
@legal90 legal90 requested a review from a team as a code owner August 6, 2024 08:03
@apeabody
Copy link
Contributor

apeabody commented Aug 6, 2024

/gcbrun

Copy link
Contributor

@apeabody apeabody left a comment

Choose a reason for hiding this comment

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

Thanks for the contribution @legal90!

@apeabody apeabody enabled auto-merge (squash) August 6, 2024 16:13
@apeabody apeabody merged commit 3df2ae8 into terraform-google-modules:master Aug 6, 2024
4 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