Tags give the ability to mark specific points in history as being important
-
v0.1.21
ee1be4b5 · ·v0.1.21 Features: - remove unnecessary region variable for state bucket - dev: add environment prefix to Firestore database names - use a single Firestore database per project to take advantage of the free tier - add codename variable for environment resource naming - dev: prefix Cloud Run service name with dev- for environment isolation - infra: add Firestore database to dev environment and update docker repo Bug fixes: - resolve duplicate output definitions and update bucket references - properly handle state bucket region for unambiguous bucket identification Refactors: - declare state bucket as resource instead of data source - rename terraform_state_bucket_name to state_bucket_name and add state_bucket_region - rename codename variable to project_name Documentation: - clean up docs - rewrite README for professional Terraform registry presentation - update conventional commits rule for Terraform module project - infra: update next steps description for docker repository Build system: - build a new version with agileflow - build images on tag instead of main - update AgileFlow template - update AgileFlow template Reverts: - change back to data source approach with region validation
-
v0.1.20
4c5ea753 · ·v0.1.20 Features: - remove unnecessary region variable for state bucket - dev: add environment prefix to Firestore database names - use a single Firestore database per project to take advantage of the free tier - add codename variable for environment resource naming - dev: prefix Cloud Run service name with dev- for environment isolation - infra: add Firestore database to dev environment and update docker repo Bug fixes: - resolve duplicate output definitions and update bucket references - properly handle state bucket region for unambiguous bucket identification Refactors: - declare state bucket as resource instead of data source - rename terraform_state_bucket_name to state_bucket_name and add state_bucket_region - rename codename variable to project_name - terraform: rename platform module to base Documentation: - rewrite README for professional Terraform registry presentation - update conventional commits rule for Terraform module project - infra: update next steps description for docker repository Build system: - build images on tag instead of main - update AgileFlow template - update AgileFlow template Code style: - format main.tf Reverts: - change back to data source approach with region validation
-
v0.1.19
4f3c2ddb · ·v0.1.19 Features: - remove unnecessary region variable for state bucket - dev: add environment prefix to Firestore database names - use a single Firestore database per project to take advantage of the free tier - add codename variable for environment resource naming - dev: prefix Cloud Run service name with dev- for environment isolation - infra: add Firestore database to dev environment and update docker repo Bug fixes: - resolve duplicate output definitions and update bucket references - properly handle state bucket region for unambiguous bucket identification - fix provider configuration across modules Refactors: - declare state bucket as resource instead of data source - rename terraform_state_bucket_name to state_bucket_name and add state_bucket_region - rename codename variable to project_name - terraform: rename platform module to base Documentation: - rewrite README for professional Terraform registry presentation - update conventional commits rule for Terraform module project - infra: update next steps description for docker repository Build system: - update AgileFlow template - update AgileFlow template Code style: - format main.tf Reverts: - change back to data source approach with region validation
-
v0.1.17
20f80b0e · ·v0.1.17 Bug fixes: - resolve duplicate output definitions and update bucket references - properly handle state bucket region for unambiguous bucket identification Refactors: - declare state bucket as resource instead of data source - rename terraform_state_bucket_name to state_bucket_name and add state_bucket_region - rename codename variable to project_name Reverts: - change back to data source approach with region validation
-
v0.1.13
8c571ca8 · ·v0.1.13 Features: - infra: add Firestore database to dev environment and update docker repo Refactors: - terraform: rename platform module to base Documentation: - update conventional commits rule for Terraform module project - infra: update next steps description for docker repository