Skip to content

Commit b4d4026

Browse files
committed
Now there's an extranneous key error.
1 parent fdda32d commit b4d4026

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,5 @@ sandworm/
101101
.42c/
102102

103103

104-
.DS_Store
104+
.DS_Store
105+
clearcloudformation.sh

infrastructure/cloudformation-template.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,6 @@ Resources:
126126
Value: '3001'
127127
ImageRepositoryType: ECR
128128
AutoDeploymentsEnabled: true
129-
AuthenticationConfiguration:
130-
AccessRoleArn: !GetAtt AppRunnerAccessRole.Arn
131129
InstanceConfiguration:
132130
Cpu: "0.25 vCPU"
133131
Memory: "0.5 GB"

0 commit comments

Comments
 (0)