Releases: terraform-google-modules/terraform-google-abfs
v0.9.0
What's Changed
- fix: using links within modules to template files to permit local `so…
- feat: adopt the new google_secure_source_manager_hook resource.
- feat: use different service accounts for each ABFS component to permi…
- feat: expose the name of the GCS bucket as output in the server module
- fix: use the project_id value supplied to the module instead of rel…
- fix: refactor DDL comment and empty line removal
- feat: add the possibility to add extra parameters to the ABFS command
- fix: enable iam.googleapis.com for service account creation
Full Changelog: v0.8.0...v0.9.0
v0.8.0
Full Changelog: v0.7.1...v0.8.0
v0.7.1
v0.7.0
What's Changed
- feat: add Git LFS support
- refined output with gcloud command for spanner instance
- exposing some variables from modules in example
Full Changelog: v0.6.0...v0.7.0
v0.6.0
What's Changed
- chore: bump ABFS modules from v0.5.0 to v0.6.0
- providing terraform.tf with backend example
- non-local referencing of modules
- feat: remove ABFS data disk from the server module
With the introduction of the new GCS/Spanner backend, the 10TB data disk on the ABFS server is now obsolete. This change will delete and recreate the ABFS server. Please make sure to update to v0.5.0 first. - added terraform.tf and upgraded provider version
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
- fix: enable uniform bucket level access on the ABFS bucket
terraform applyfails when the org policyconstraints/storage.uniformBucketLevelAccessis enabled.
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
-
feat: introduce new GCS and Spanner backends
Please apply the spanner database schema via
gcloud --project [PROJECT_ID] spanner databases ddl update --instance abfs abfs --ddl-file ../../files/schemas/0.0.31-schema.sqlonceterraform applyis finished. The final command can be seen in the outputs.
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
-
feat: require an already existing service account
Change example to require the id of an already existing service account instead of creating and managing it with the example. As the license is bound to the unique id of this service, a
terraform destroyduring the PoC phase leads to an invalid ABFS license.BREAKING CHANGE: remove the service account from terraform's state via
terraform state rm google_service_account.abfs_serverbefore the nextterraform apply.
Full Changelog: v0.2.0...v0.3.0
v0.2.0
Pre-release - please be advised that this module is under heavy development at the moment.
What's Changed
- feat: change
abfs_puser_cos_image_reftoabfs_uploader_cos_image_refby @kunzese in #1 - fix: align with
abfs --manifest-serverby @kunzese in #2
New Contributors
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Initial release - please be advised that this module is under heavy development at the moment.
Full Changelog: https://github.com/terraform-google-modules/terraform-google-abfs/commits/v0.1.0