Skip to content

Commit

Permalink
Slightly different casing convention
Browse files Browse the repository at this point in the history
  • Loading branch information
mbbush committed Oct 25, 2023
1 parent 188f7c1 commit ddd65b1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions apis/ssoadmin/v1beta1/zz_accountassignment_types.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions apis/ssoadmin/v1beta1/zz_generated.resolvers.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions config/ssoadmin/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ func Configure(p *config.Provider) {
p.AddResourceConfigurator("aws_ssoadmin_account_assignment", func(r *config.Resource) {
r.References["principal_id"] = config.Reference{
TerraformName: "aws_identitystore_group",
RefFieldName: "PrincipalIdFromGroupRef",
SelectorFieldName: "PrincipalIdFromGroupSelector",
RefFieldName: "PrincipalIDFromGroupRef",
SelectorFieldName: "PrincipalIDFromGroupSelector",
}
r.MetaResource.ArgumentDocs["principal_id"] = "- (Required) An identifier for an object in SSO, such as a " +
"user or group. PrincipalIds are GUIDs (For example, f81d4fae-7dec-11d0-a765-00a0c91e6bf6). This can be " +
Expand Down

0 comments on commit ddd65b1

Please sign in to comment.