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

Upgrade to v0.12 #142

Open
30 of 41 tasks
willfarrell opened this issue Jun 13, 2019 · 0 comments
Open
30 of 41 tasks

Upgrade to v0.12 #142

willfarrell opened this issue Jun 13, 2019 · 0 comments
Assignees

Comments

@willfarrell
Copy link
Contributor

willfarrell commented Jun 13, 2019

  • modules
    • optimizations
    • can count on modules? (No)
      • NATs
    • ec2 autoscaling tags

Modules

  • state (wF) * ~
  • account (wF) * ~
    • api-gateway * ~
    • cloudtrail * ~
    • elasticsearch
    • guardduty [New]
    • Inspector [New]
    • macie [New]
    • groups aka groups * ~
    • roles aka sub-account and bastion-roles * ~
  • ops
    • up time
  • ALB (wF) * ~
  • NLB (wF) [New]
  • bastion (wF) *
  • bastion-roles (wF) *
  • cognito
  • defaults (wF) * ~
  • dynamoDB (wF)
  • ec2 / ec2-base (wF) * ~
  • ecs (wF) * ~
  • ecs-service + ci/cd (wF) [NEW] * ~
  • efs (wF) * ~
  • elasticcache (wF)
  • elasticsearch (wF)
  • public-redirect (wF)
  • public-static-assets (wF) *
  • RDS (wF) *
  • VPC (wF) * ~
  • WAF (wF) * ~

Template (wF) * ~

  • master/account
  • env/bootstrap
  • env/account
  • env/app
  • env/api
  • env/db
  • env/vpc

* Required for Britania / AVA
~ Required for WWF

... aws_autoscaling_group...
dynamic "tag" {
    for_each = local.tags
    content {
      key = tag.key
      value = tag.value

      propagate_at_launch = true
    }
  }
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

No branches or pull requests

2 participants