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.
- Add
disk_autoresize_limit
togoogle_sql_database_instance
resource - Validation added for
database_version
string input variable
- Add unit tests
- Removed validation from
var.database_version
- Removed support for Terraform
< v1.0
- Removed support for Google Provider
< v4.4
- Added
allocated_ip_range
attribute tosettings.ip_configuration
block
- Removed
replication_type
since it's been removed in providerv0.4
- use
var.project
in all resources that need a project
- Fixed
disk_autoresize
default to followdisk_size
variable.
- Initial Implementation