pulumi/pkg
Paul Stack 3b8c3f7e61
Add an option to be able to stack export showing secrets for use in ExtraRuntimeValidation (#6094)
Fixes: #2993

```
func TestAccMyExample(t *testing.T) {
	test := getBaseOptions().
		With(integration.ProgramTestOptions{
			Dir: filepath.Join(getCwd(t), "test-dir"),
			DecryptSecretsInOutput: true,
			ExtraRuntimeValidation: func(t *testing.T, stackInfo integration.RuntimeValidationStackInfo) {
			  // manipulate the output of the stack here
			}),
		})

	integration.ProgramTest(t, &test)
}
```
2021-01-19 19:18:45 +00:00
..
backend Add support for pulumi logout --all (#6101) 2021-01-15 13:38:58 +00:00
cmd/pulumi Updating the description for the pulumi logs cli command (#6122) 2021-01-15 18:23:52 +00:00
codegen [codegen/go] Add utility function to get current package version (#6117) 2021-01-15 10:03:57 -07:00
engine Fix resource-ref-as-ID marshaling. (#6125) 2021-01-15 16:06:57 -08:00
graph Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
operations Document Go packages (#6009) 2021-01-11 11:07:59 -07:00
resource Fix resource-ref-as-ID marshaling. (#6125) 2021-01-15 16:06:57 -08:00
secrets Document Go packages (#6009) 2021-01-11 11:07:59 -07:00
testing/integration Add an option to be able to stack export showing secrets for use in ExtraRuntimeValidation (#6094) 2021-01-19 19:18:45 +00:00
util Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
version duplicate version to ensure linking is properly handled 2020-03-19 12:49:34 -07:00
go.mod [codegen/docs] - Improve resource doc titles (#5894) 2020-12-08 15:04:36 -08:00
go.sum Remove unnecessary local copy of stringSet 2021-01-12 14:28:50 -08:00