Skip to content

Commit

Permalink
Enable zero default schema version in GCP (#2321)
Browse files Browse the repository at this point in the history
  • Loading branch information
VenelinMartinov authored Aug 20, 2024
1 parent af19144 commit d6e1e12
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 @@ -2700,6 +2700,7 @@ func Provider() tfbridge.ProviderInfo {
},
Namespaces: namespaceMap,
},
EnableZeroDefaultSchemaVersion: true,
}

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

0 comments on commit d6e1e12

Please sign in to comment.