Skip to content

Commit d378672

Browse files
authored
fix: Fix columns of aws_iam_openid_connect_identity_providers (v2) (#2001)
This table was missing a number of columns Closes #2002
1 parent a947d44 commit d378672

2 files changed

Lines changed: 26 additions & 1 deletion

File tree

plugins/source/aws/codegen/recipes/iam.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ func IAMResources() []*Resource {
154154
},
155155
{
156156
SubService: "openid_connect_identity_providers",
157-
Struct: &types.OpenIDConnectProviderListEntry{},
157+
Struct: &iamService.IamOpenIdIdentityProviderWrapper{},
158158
SkipFields: []string{"Arn", "Tags"},
159159
ExtraColumns: append(
160160
defaultAccountColumns,

plugins/source/aws/resources/services/iam/openid_connect_identity_providers.go

Lines changed: 25 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)