Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #115 from communitiesuk/FS-3424
Browse files Browse the repository at this point in the history
FS-3424 Add dev deployment
  • Loading branch information
robk-dluhc authored Sep 6, 2023
2 parents 62c6662 + 09fad09 commit b090811
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions copilot/environments/dev/manifest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# The manifest for the "dev" environment.
# Read the full specification for the "Environment" type at:
# https://aws.github.io/copilot-cli/docs/manifest/environment/

# Your environment name will be used in naming your resources like VPC, cluster, etc.
name: dev
type: Environment

# Import your own VPC and subnets or configure how they should be created.
# Run this in uat/production only - in the test environments, these should be ad-hoc per deployment
network:
vpc:
id: 'vpc-0850970940cee0412'
subnets:
public:
- id: 'subnet-0f7aa03feb2923658'
- id: 'subnet-0a8dfef78a0873187'
private:
- id: 'subnet-03caaa338a263f66f'
- id: 'subnet-0f4bdb0fe7e467743'

# Configure the load balancers in your environment, once created.
# http:
# public:
# private:

# Configure observability for your environment resources.
observability:
container_insights: false

0 comments on commit b090811

Please sign in to comment.