pulumi/pkg
stack72 0a93270ffd Escape deprecation messages coming from upstream TF providers
Fixes: #4827

Diff:

```
             if encrypted is not None:
-                warnings.warn("Rename PostgreSQL role resource attribute "encrypted" to "encrypted_password"", DeprecationWarning)
+                warnings.warn("Rename PostgreSQL role resource attribute \"encrypted\" to \"encrypted_password\"", DeprecationWarning)
                 pulumi.log.warn("encrypted is deprecated: Rename PostgreSQL role resource attribute "encrypted" to "encrypted_password"")

```
2020-06-17 20:25:06 +03:00
..
backend Install and use dependencies automatically for new Python projects (#4775) 2020-06-09 16:42:53 -07:00
cmd/pulumi Install and use dependencies automatically for new Python projects (#4775) 2020-06-09 16:42:53 -07:00
codegen Escape deprecation messages coming from upstream TF providers 2020-06-17 20:25:06 +03:00
engine
graph
npm Update NPM test to install @pulumi/pulumi 2.0 (#4596) 2020-05-08 11:15:43 -07:00
operations
resource [codegen/hcl2] Fixes for RewriteConversions. (#4743) 2020-06-02 12:00:35 -07:00
secrets
testing/integration Install and use dependencies automatically for new Python projects (#4775) 2020-06-09 16:42:53 -07:00
util
version
go.mod Fix panic on pulumi up prompt when filtering and hitting arrow key (#4808) 2020-06-11 12:34:15 -07:00
go.sum Fix panic on pulumi up prompt when filtering and hitting arrow key (#4808) 2020-06-11 12:34:15 -07:00