Skip to content

Commit

Permalink
some cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
willruggiano committed May 12, 2024
1 parent 10623e8 commit 5567d10
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion copilot/environments/dev/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
name: dev
type: Environment

# Import existing resources from TendrelService.
# Import your own VPC and subnets or configure how they should be created.
network:
vpc:
id: ${VPC_ID}
Expand Down
12 changes: 0 additions & 12 deletions copilot/graphql/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,6 @@ cpu: 1024
# Amount of memory in MiB used by the task.
memory: 2048

secrets:
DB_USERNAME:
secretsmanager: "/database/role/admin:username::"
DB_PASSWORD:
secretsmanager: "/database/role/admin:password::"
DB_HOST:
secretsmanager: "/database/role/admin:host::"
DB_PORT:
secretsmanager: "/database/role/admin:port::"
DB_NAME:
secretsmanager: "/database/role/admin:dbname::"

# You can override any of the values defined above by environment.
environments:
dev:
Expand Down

0 comments on commit 5567d10

Please sign in to comment.