Skip to content

Commit

Permalink
dns
Browse files Browse the repository at this point in the history
  • Loading branch information
clx-tamer committed Dec 3, 2024
1 parent d2e6297 commit d83bdf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .backstage/templates/aws-account-provision.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ spec:
title: Account name
type: string
description: Name of the account
pattern: '^[a-zA-Z0-9 .-]+$'
ui:help: 'Use letters (a-z, A-Z), numbers (0-9), spaces, dashes (-), and periods (.).'
pattern: '^[a-zA-Z0-9-]+$'
ui:help: 'Use only letters (a-z, A-Z), numbers (0-9), and dashes (-).'
domain:
title: Route53 domain
type: string
Expand Down

0 comments on commit d83bdf3

Please sign in to comment.