Skip to content

Commit

Permalink
enable accurate bridge previews by default
Browse files Browse the repository at this point in the history
  • Loading branch information
VenelinMartinov committed Jan 28, 2025
1 parent 2bb8a70 commit b9c422e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions provider/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -2804,6 +2804,7 @@ func Provider() tfbridge.ProviderInfo {
Namespaces: namespaceMap,
},
EnableZeroDefaultSchemaVersion: true,
EnableAccurateBridgePreview: true,
}

prov.RenameResourceWithAlias("google_compute_managed_ssl_certificate", gcpResource(gcpCompute,
Expand Down

0 comments on commit b9c422e

Please sign in to comment.