Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Combine LZ and DMZ develop branches #221

Open
wants to merge 63 commits into
base: develop
Choose a base branch
from
Open

Conversation

aloftus23
Copy link
Contributor

@aloftus23 aloftus23 commented May 2, 2024

fixes #20

🗣 Description

Combine the LZ branch with the DMZ develop.

Required:

  • Create LZ stages (staging and prod) in terraform
  • Create LZ stages (staging and prod) in serverless framework
  • Make sure terraform resources like EC2 are only created in DMZ
  • Make sure serverless resources like SQS are only created in DMZ

💭 Motivation and context

Make deploying in all environments and ST&E scanning much easier.

Also, decreases the risk of losing any code updates when moving into the LZ.

🧪 Testing

✅ Pre-approval checklist

  • This PR has an informative and human-readable title.
  • Changes are limited to a single goal - eschew scope creep!
  • All future TODOs are captured in issues, which are referenced
    in code comments.
  • All relevant type-of-change labels have been added.
  • I have read the CONTRIBUTING document.
  • These code changes follow cisagov code standards.
  • All relevant repo and/or project documentation has been updated
    to reflect the changes in this PR.
  • Tests have been added and/or modified to cover the changes in this PR.
  • All new and existing tests pass.

✅ Pre-merge checklist

  • Revert dependencies to default branches.
  • Finalize version.

✅ Post-merge checklist

  • Create a release.

@aloftus23 aloftus23 self-assigned this May 2, 2024
@aloftus23 aloftus23 changed the title 20 merge lz infra Combine LZ and DMZ develop branches May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Configure deployments between LZ and DMZ
1 participant