Skip to content

Latest commit

 

History

History
66 lines (38 loc) · 1.64 KB

CHANGELOG.md

File metadata and controls

66 lines (38 loc) · 1.64 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.

Added

  • Add disk_autoresize_limit to google_sql_database_instance resource
  • Validation added for database_version string input variable

Added

  • Add unit tests

Removed

  • Removed validation from var.database_version

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