Skip to content

Commit bccfe94

Browse files
Disallow missing resource docs on upgrades (#2971)
Sets the `allowMissingDocs` ci-mgmt config to false to error on missing resource docs. This maintains the current behaviour. Part of pulumi/upgrade-provider#303
1 parent 3e17c72 commit bccfe94

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.ci-mgmt.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ goBuildParallelism: 2
3434
# Use `pulumi convert` for translating examples from TF to Pulumi.
3535
pulumiConvert: 1
3636
integrationTestProvider: true
37+
allowMissingDocs: false
3738
releaseVerification:
3839
nodejs: examples/bucket
3940
python: examples/bucket-py

0 commit comments

Comments
 (0)