Skip to content

Commit

Permalink
Enable zero default schema version for datadog (#614)
Browse files Browse the repository at this point in the history
Part of pulumi/pulumi-terraform-bridge#2133

Enables zero default schema version for datadog.
  • Loading branch information
VenelinMartinov authored Aug 7, 2024
1 parent 3d64de8 commit cf4a287
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 @@ -170,6 +170,7 @@ func Provider() tfbridge.ProviderInfo {
},
Namespaces: namespaceMap,
},
EnableZeroDefaultSchemaVersion: true,
}

strategy := tks.KnownModules("datadog_", mainMod, []string{
Expand Down

0 comments on commit cf4a287

Please sign in to comment.