v0.3.0
Pre-release
Pre-release
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