Skip to content

Commit

Permalink
fix: maser -> master
Browse files Browse the repository at this point in the history
  • Loading branch information
jvmakine committed Nov 8, 2024
1 parent d97f954 commit 225c3f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/ftl-provisioner-cloudformation/provisioner.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
const (
PropertyDBReadEndpoint = "db:read_endpoint"
PropertyDBWriteEndpoint = "db:write_endpoint"
PropertyMasterUserARN = "db:maser_user_secret_arn"
PropertyMasterUserARN = "db:master_user_secret_arn"
)

type Config struct {
Expand Down

0 comments on commit 225c3f3

Please sign in to comment.