Skip to content

Tags: truefoundry/terraform-google-tfy-control-plane

Tags

v0.1.7

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

v0.1.6

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.

v0.1.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #6 from truefoundry/hl_control_plane

feat(terraform): add conditional logic for database configuration

v0.1.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #5 from truefoundry/controlplane-vars-update

updating vars, versions

v0.1.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #5 from truefoundry/controlplane-vars-update

updating vars, versions

v0.1.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #3 from truefoundry/added_database_details_to_outputs

Added database details to outputs

v0.1.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #2 from truefoundry/updated_zero_values_for_outputs

Switched all zero values for outputs to null

v0.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #1 from truefoundry/gcp-control-plane

Gcp control plane