terracognita

Reads from existing public and private cloud providers (reverse Terraform) and generates your infrastructure as code on Terraform configuration

MIT License

Downloads
25
Stars
2.2K
Committers
21

Bot releases are hidden (Show)

terracognita - v0.2.0

Published by cycloid-machine almost 5 years ago

This version changes the format of the TFState to the Terraform 0.12+ format

Fixed

  • HCL formatter to ignore some special keys that fail on the fmtcmd of HCL
    (Issue #36)

Changed

terracognita - v0.1.6

Published by cycloid-machine over 5 years ago

Added

  • The version subcommand to show the actual build version
    (Issue #24)
  • CI/CD pipeline
    (Issue #31)
  • The -verbose and -debug options
    (Issue #17)

Changed

  • Update CI/CD pipeline which now also has pre-built binaries, automate github release and docker release image.
    (Issue #31)

Fixed

  • Error with the Import Filter not validating before Importing/Reading
    (PR #22)
  • Update to version 1.0.1 of raws to fix panic on importing aws_s3_bucket
    (Issue #29)