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.
- Fix constant drift adding
ignore_changes
lifecycle rule togoogle_cloud_service.metadata.annotations
- BREAKING CHANGE: change
spec.containers.*.env.*.values_from
->spec.containers.*.env.*.value_from
- BREAKING CHANGE: change
spec.containers.*.ports.*.protocol
defaulting from "TCP" tonull
0.1.0 BREAKING CHANGES
- Add support for reading secrets from secret manager for container environment variables
- Updated IAM module to support IAM members validation
- Fix template variable that is required (was defined as optional)
- Fix disabling module
- Fix IAM usage where Terraform complains over mismatched types in ternary operator
- BREAKING CHANGE: Drop support for Terraform Google Provider < 4.1
- BREAKING CHANGE: Drop support for Terraform < 1.0
- Support for provider 4.x
- Initial Implementation