Terraformer Versions Save

CLI tool to generate terraform files from existing infrastructure (reverse Terraform). Infrastructure to Code

0.8.3

4 years ago

Add Support Heroku provider https://github.com/GoogleCloudPlatform/terraformer/pull/218 https://github.com/GoogleCloudPlatform/terraformer/pull/231 @aqche

Also adds the following resources:

  • heroku_app
  • heroku_addon
  • heroku_account_feature
  • heroku_addon_attachment
  • heroku_app_config_association
  • heroku_app_feature
  • heroku_app_webhook
  • heroku_build
  • heroku_domain
  • heroku_drain
  • heroku_formation
  • heroku_pipeline
  • heroku_pipeline_coupling
  • heroku_team_collaborator
  • heroku_team_member

Add Support Azure provider https://github.com/GoogleCloudPlatform/terraformer/pull/227 @aqche

Also adds the following resources:

  • azurerm_resource_group

Datadog

AWS

Infra

0.8.1

4 years ago

0.8

4 years ago

Support terraform 0.12

https://github.com/GoogleCloudPlatform/terraformer/pull/175 @meshuga https://github.com/GoogleCloudPlatform/terraformer/pull/181 @sergeylanzman

Datadog

AWS

Infra

0.7.9

4 years ago

New provider NewRelic @d0m0reg00dthing https://github.com/GoogleCloudPlatform/terraformer/pull/176

List of supported NewRelic services:

  • alert
    • newrelic_alert_channel
    • newrelic_alert_condition
    • newrelic_alert_policy
  • dashboard
    • newrelic_dashboard
  • infra
    • newrelic_infra_alert_condition
  • synthetics
    • newrelic_synthetics_monitor
    • newrelic_synthetics_alert_condition

GCP

AWS

Last terraform 0.11 release

0.7.8

4 years ago

GCP

0.7.7

4 years ago

New provider Cloudflare @d0m0reg00dthing https://github.com/GoogleCloudPlatform/terraformer/pull/147

List of supported Cloudflare services:

  • firewall
    • cloudflare_access_rule
    • cloudflare_filter
    • cloudflare_firewall_rule
    • cloudflare_zone_lockdown
  • dns
    • cloudflare_zone
    • cloudflare_record
  • access
    • cloudflare_access_application

New provider Logz.io @pengux @islomar https://github.com/GoogleCloudPlatform/terraformer/pull/158

List of supported Logz.io resources:

  • alerts
    • logzio_alert
  • alert notification endpoints
    • logzio_endpoint

GCP

AWS

Datadog

Infra

0.7.6

4 years ago

GCP

AWS

Infra

0.7.5

4 years ago

Infra

Planning

plan command let you review the resources to import, rename them, or even filter only what you need.

The rest of subcommands and parameters are same to import command.

$ terraformer plan google --resources=networks,firewalls --projects=my-project --zone=europe-west1-d
(snip)

Saving planfile to generated/google/my-project/terraformer/plan.json

After reviewing/customizing the planfile, perform import by import plan command.

$ terraformer import plan generated/google/my-project/terraformer/plan.json

GCP

AWS

0.7.4

4 years ago

Add support Datadog provider (@kterada0509 ) https://github.com/GoogleCloudPlatform/terraformer/pull/89

List of support Datadog services:

AWS

Infra

0.7.3

4 years ago