Skip to content

Commit

Permalink
Throwaway change to use for uptesting
Browse files Browse the repository at this point in the history
  • Loading branch information
mbbush committed Dec 29, 2023
1 parent 8f8e547 commit 62ef375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/cognitoidp/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
func Configure(p *config.Provider) {
p.AddResourceConfigurator("aws_cognito_user_pool_client", func(r *config.Resource) {
r.References["user_pool_id"] = config.Reference{
Type: "UserPool",
TerraformName: "aws_cognito_user_pool",
}
})
p.AddResourceConfigurator("aws_cognito_user_pool_domain", func(r *config.Resource) {
Expand Down

0 comments on commit 62ef375

Please sign in to comment.