Tags: truefoundry/terraform-google-tfy-control-plane
Tags
chore(terraform): update module versions for gcs and iam to latest re… …leases (#8) * chore(terraform): update module versions for gcs and iam to latest releases Upgrade `truefoundry_gcs` module to version 9.1.0 and `service_accounts` module to version 4.5.0 to incorporate latest features and bug fixes. * terraform-docs: automated action * chore(versions.tf): update google provider version to 6.21 to ensure compatibility with latest features and improvements * terraform-docs: automated action --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
gcp: control plane DB optional (#7) * feat(terraform): add conditional logic for database resources based on truefoundry_db_enable Introduce conditional logic to manage database-related resources and configurations. This change allows enabling or disabling database resources dynamically based on the truefoundry_db_enable variable, providing greater flexibility in resource management. * fix(terraform): update resource references to use indexed access Adjust resource references in `network.tf` and `postgres.tf` to use indexed access for compatibility with Terraform's list handling.