Skip to content

v0.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 May 07:35
· 8 commits to main since this release
de671a6

What's Changed

  • New Resource gdrive_permissions_policy that authoritatively manages a file's or Shared Drive's permissions
  • New Data Sources
    • gdrive_drives - Returns a list of drives that match a given query
    • gdrive_files - Returns a list of files that match a given query
    • gdrive_permissions - Returns all permissions set on a file or Shared Drive (can be used to copy the permissions in combination with the new gdrive_permissions_policy resource)
  • Support ownership transfer when setting permissions
  • Update documentation and examples
  • Update dependencies
  • Use Go 1.18.1

Full Changelog: v0.6.0...v0.7.0