Skip to content

Latest commit

 

History

History
47 lines (27 loc) · 1.21 KB

CHANGELOG.md

File metadata and controls

47 lines (27 loc) · 1.21 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

BREAKING CHANGES

  • Removed support for Terraform < v1.0
  • Removed support for Google Provider < v4.4

Added

  • Added allocated_ip_range attribute to settings.ip_configuration block

Removed

  • Removed replication_type since it's been removed in provider v0.4

Fixed

  • use var.project in all resources that need a project

Fixed

  • Fixed disk_autoresize default to follow disk_size variable.

Added

  • Initial Implementation