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

New Incubator terraform structure using HUU as initial #90

Open
6 tasks
Tracked by #17 ...
ale210 opened this issue Oct 10, 2024 · 0 comments
Open
6 tasks
Tracked by #17 ...

New Incubator terraform structure using HUU as initial #90

ale210 opened this issue Oct 10, 2024 · 0 comments

Comments

@ale210
Copy link

ale210 commented Oct 10, 2024

Overview

The incubator repo needs to be restructured. It's currently a mix of terragrunt resources and vanilla terraform resources, the value files for many of which are missing. In its current statue the incubator repo is largely unusable.

Action Items

  • create a s3 / dynamodb entry to store a new terraform state file

  • create a separate branch main-v2 that will serve as a temporary 'main' branch where terraform apply will happen

  • remove all other directories, terraform-incubator, terraform, terraform modules. We will be referring to these, however we will be moving them in as we use them.

  • create a blank readme and contributing file, keep the license file

  • set up basic TF directory structure for a single state-based project:

  • terraform

    • shared
      • lb.tf
      • vnet.tf
    • dev
      • huu.tf
      • vrms.tf
    • staging
      • huu.tf
      • vrms.tf
    • modules
  • make sure github actions run using dflook and OIDC (see devops-security for reference)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: In progress (actively working)
Development

No branches or pull requests

1 participant