pulumi/pkg/resource/stack
Pat Gavlin d77cda98fc
[codegen/hcl2] Fixes for RewriteConversions. (#4743)
- Typecheck in all cases where a type may have changed
- Do not perform literal conversions if the type is already correct
- Perform literal conversions before checking to see if a call to
  `__convert` is required. This catches cases such as string literals
  passed where ints are required. Without this change, that form in
  particular generates a bare number literal rather than a number
  literal wrapped in a `__convert`.
2020-06-02 12:00:35 -07:00
..
testdata Add a version property to checkpoints 2018-03-10 13:03:05 -08:00
checkpoint.go Allow pulumi stack export to decrypt secrets (#4046) 2020-05-11 19:16:30 +01:00
checkpoint_test.go Add license headers 2018-05-22 15:02:47 -07:00
deployment.go Allow pulumi stack export to decrypt secrets (#4046) 2020-05-11 19:16:30 +01:00
deployment_test.go Allow pulumi stack export to decrypt secrets (#4046) 2020-05-11 19:16:30 +01:00
secrets.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
secrets_test.go Allow pulumi stack export to decrypt secrets (#4046) 2020-05-11 19:16:30 +01:00