Skip to content

v0.3.0

Compare
Choose a tag to compare
@cycloid-machine cycloid-machine released this 02 Jan 12:30
· 457 commits to master since this release
9f5adfa

Added

  • google resource: ComputeDisk, StorageBucket and SqlDatabaseInstance
    (PR #73)
  • google resource: ComputeSSLCertificate, ComputeTargetHTTPProxy, ComputeTargetHTTPSProxy and ComputeURLMap
    (PR #67)
  • google resource: ComputeHealthCheck, ComputeInstanceGroup and ComputeBackendService
    (PR #64)
  • aws resource: aws_launch_configuration, aws_launch_template and aws_autoscaling_group
    (PR #68)
  • google resource: compute instance
    (PR #56)
  • google resource: compute networks and compute firewalls
    (PR #61)
  • google reader functions are now generated from go:generate
    (PR #65)

Changed

  • During import if a resource is invalid we assume it can be skipped
    (PR #68)
  • 'raws' lib to be an internal library instead of a dependency
    (Issue #69)

Fixed

  • '--region' flag working for different subcommands
    (PR #63)