Skip to content

Commit 1f6d6fa

Browse files
committed
use lf
1 parent c1598d6 commit 1f6d6fa

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ node_modules
44
venv
55
.aider*
66
.jupyterlite.doit.db
7-
CLAUDE.md
7+
CLAUDE.md
8+
/tmp

infrastructure/bootstrap.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Description: This stack includes resources needed to deploy AWS CDK apps into this
1+
Description: This stack includes resources needed to deploy AWS CDK apps into this
22
environment
33
Parameters:
44
TrustedAccounts:

infrastructure/templates/load-balancer.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Parameters:
1+
Parameters:
22
Name:
33
Type: String
44
Description: The name of the load balancer. This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, must not begin or end with a hyphen, and must not begin with "internal-". Warning - changing this replaces the load balancer.

0 commit comments

Comments
 (0)