Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mbbush committed Sep 24, 2023
1 parent a813532 commit b33089c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/kafka/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func Configure(p *config.Provider) {
})
p.AddResourceConfigurator("aws_msk_scram_secret_association", func(r *config.Resource) {
r.References["secret_arn_list"] = config.Reference{
Type: "github.com/upbound/provider-aws/apis/secretsmanager/v1beta1.Secret",
Type: "github.com/upbound/provider-aws/apis/secretsmanager/v1beta1.Secret",
RefFieldName: "SecretArnRefs",
SelectorFieldName: "SecretArnSelector",
}
Expand Down

0 comments on commit b33089c

Please sign in to comment.