v0.3.0
cycloid-machine
released this
02 Jan 12:30
·
457 commits
to master
since this release
Added
- google resource:
ComputeDisk
,StorageBucket
andSqlDatabaseInstance
(PR #73) - google resource:
ComputeSSLCertificate
,ComputeTargetHTTPProxy
,ComputeTargetHTTPSProxy
andComputeURLMap
(PR #67) - google resource:
ComputeHealthCheck
,ComputeInstanceGroup
andComputeBackendService
(PR #64) - aws resource:
aws_launch_configuration
,aws_launch_template
andaws_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)