v7.25.0
github-actions
released this
03 Jun 11:46
·
111 commits
to master
since this release
Breaking changes:
[Breaking] #2034: We have changed the type of gcp:dns/managedZone:ManagedZone.managedZoneId
and gcp:dns/getManagedZonesManagedZone:getManagedZonesManagedZone.managedZoneId
from an integer to a string. This is necessary to round trip the 64bit zone ID in all languages.
To migrate:
If you consume managedZoneId
as a number, you will need to insert string to int64 parsing.
If you consume mangadZoneId
as a string, you can simply remove your number to string conversion.
What's Changed
- Update GitHub Actions workflows. by @pulumi-bot in #2039
- Bump converter version by @VenelinMartinov in #2037
- Stringify
managedZoneId
by @iwahbe in #2034 - Update GitHub Actions workflows. by @pulumi-bot in #2041
- Upgrade terraform-provider-google-beta to v5.31.1 by @VenelinMartinov in #2043
Full Changelog: v7.24.0...v7.25.0