Dns-google: update permissions needed in documentation (#9094)

* dns-google : Update account permission needed

Add permission for transaction creation => dns.managedZones.get
Add permission for RR removal transaction => dns.changes.list

* Add fix GCP Permission Changelog

* Update CHANGELOG.md
This commit is contained in:
tJouve
2022-01-24 18:17:43 +11:00
committed by GitHub
parent 3d5defe28a
commit fb564cddd9
2 changed files with 3 additions and 1 deletions
@@ -30,6 +30,8 @@ for an account with the following permissions:
* ``dns.changes.create``
* ``dns.changes.get``
* ``dns.changes.list``
* ``dns.managedZones.get``
* ``dns.managedZones.list``
* ``dns.resourceRecordSets.create``
* ``dns.resourceRecordSets.delete``