Skip to content

terraform-google-log-export v4.0.0

Compare
Choose a tag to compare
@release-please release-please released this 04 Feb 19:09
d231985

⚠ BREAKING CHANGES

  • Minimum Google provider version changed to 3.5.x

Work done:

  • upgraded all version-files to google-provider 3.5.x
  • upgraded the project factory to version 7.0
  • switched to bigquery.googleapis.com, since bigquery-json doesn't work on new projects anymore
  • fixed 1 id-usage where project-id should be used
  • updated test setup documentation to fix the issues I ran into when setting up my test environment
  • altered the splunk-sink sample to use the locally referenced module, in stead of the one in the terraform registry

Update versions.tf

Co-Authored-By: Morgante Pell [email protected]

Fix linting errors

Features

  • Add the option to define 'bucket_policy_only' value on buckets (#47) (702f411)
  • Upgrade to google-provider 3.5.x. (#46) (311d603)