-
Notifications
You must be signed in to change notification settings - Fork 21
Finalize config for API group/kind calculation #25
Finalize config for API group/kind calculation #25
Conversation
a037367
to
39c2f44
Compare
838517f
to
88f6dad
Compare
88f6dad
to
e31890f
Compare
Signed-off-by: Hasan Turken <[email protected]>
Signed-off-by: Hasan Turken <[email protected]>
Signed-off-by: Hasan Turken <[email protected]>
Signed-off-by: Hasan Turken <[email protected]>
e31890f
to
161001f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
config/identityplatform/config.go
Outdated
p.AddResourceConfigurator("google_identity_platform_oauth_idp_config", func(r *config.Resource) { | ||
r.Kind = "OAuthIdPConfig" | ||
}) | ||
p.AddResourceConfigurator("google_identity_platform_tenant_default_supported_idp_config", func(r *config.Resource) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can add idp
as IdP
in acronym list if that's how it appears. FWIW, we can call AddAcronym
in this repo as well since the list is global.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, added them (IdP and OAuth) as GCP specific acronyms for now. We can consider migration them to terrajet later.
@muvaf done! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for the list @turkenh !
Signed-off-by: Hasan Turken <[email protected]>
Description of your changes
This PR updates configuration for all resources to finalize group/kind calculation.
I have:
make reviewable test
to ensure this PR is ready for review.Click to see final resource grouping
How has this code been tested
N/A