Skip to content

Releases: GoogleCloudPlatform/terraformer

Heroku, Azure support, improve Infra, add resources fixed bugs

13 Oct 01:02
Compare
Choose a tag to compare

Add Support Heroku provider #218 #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 #227 @aqche

Also adds the following resources:

  • azurerm_resource_group

Datadog

AWS

Infra

AWS bugs fix, improve infra

01 Oct 18:16
Compare
Choose a tag to compare

AWS

Infra

  • resources(all) and projects(GCP) flag required #204 @meshuga
  • move call PopulateIgnoreKeys to generic flow #204 @meshuga

Support terraform 0.12, more AWS resources, fix bugs

27 Sep 12:59
Compare
Choose a tag to compare

Support terraform 0.12

#175 @meshuga #181 @sergeylanzman

Datadog

AWS

Infra

NewRelic provider

13 Sep 17:32
Compare
Choose a tag to compare

New provider NewRelic @d0m0reg00dthing #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

GCP provider bug fix

07 Aug 21:27
cf2f97d
Compare
Choose a tag to compare

GCP

Added Cloudflare, Logz.io, bugs.

05 Aug 08:10
Compare
Choose a tag to compare

New provider Cloudflare @d0m0reg00dthing #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 #158

List of supported Logz.io resources:

  • alerts
    • logzio_alert
  • alert notification endpoints
    • logzio_endpoint

GCP

  • Fix for #144 google_dns_record_set: Delegated Managed Zones die on "duplicated resource found @richardmcsong #145

AWS

Datadog

Infra

0.7.6 Refactor GCP provider, AWS profile support, fix bugs.

19 Jul 12:17
Compare
Choose a tag to compare

GCP

  • Refactor GCP provider, now it's support import by regions without zones. Saving results by regions @sergeylanzman #141

AWS

Infra

0.7.5: Planning, resources and UX

18 Jun 18:24
Compare
Choose a tag to compare

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 Datadog support, windows support

03 Jun 06:37
Compare
Choose a tag to compare

Add support Datadog provider (@kterada0509 ) #89

List of support Datadog services:

  • downtime
    • datadog_downtime(#90)
  • monitor
    • datadog_monitor(#89)
  • screenboard
    • datadog_screenboard(#92)
  • synthetics
    • datadog_synthetics_test(#91)
  • timeboard
    • datadog_timeboard(#92)
  • user
    • datadog_user(#90)

AWS

  • route53 Support pagination @ktogo (#82)
  • Add new resource aws_acm_certificate @ktogo (#88)

Infra

0.7.3

21 May 22:10
Compare
Choose a tag to compare

GCP

AWS

Github

OpenStack

Infra

  • Fix nilness: impossible condition: nil != nil #68 (@u5surf )