github pulumi/pulumi-gcp v7.25.0

latest releases: sdk/v7.29.0, v7.29.0, sdk/v7.28.0...
29 days ago

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

Full Changelog: v7.24.0...v7.25.0

Don't miss a new pulumi-gcp release

NewReleases is sending notifications on new releases.