Skip to content

v0.4.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 02 Oct 21:24
· 1 commit to main since this release
v0.4.0
4858cd7

Few bug fixes and adds the following support for:

  • GCP Google Kubernetes Engine (for defined instances)
  • AWS RDS instances
  • AWS EC2 instance launch template
  • AWS Autoscaling groups

Some internal reorg have been done:

  • Estimate resources of child modules
  • Define mapping of terraform resources in yaml files (more info in doc)

Changelog

  • a1ccf7b Add doc for terraform plan mapping mechanism (#95)
  • ae97944 Add missing AWS/EC2 ephemeral storages (#91)
  • a543471 Adding first support for Google Kubernetes Engine (#87)
  • a698270 Estimate resources in child modules (#82)
  • 163a825 Fix unit conversions (#101)
  • c448c54 Make replicas and counts clearer (#90)
  • 97ad90f Reorg : tf resource mapping as yaml file (#80)
  • 8e622ee Supports aws_db_instance (RDS) (#81)
  • f313cc2 [AWS] EC2 instance launch template (#96)
  • 2621e25 [AWS] Fix: override disk when mounted on same device name (#97)
  • f1c796b [AWS] autoscaling group (#93)