victorious-helmet-11068
10/15/2020, 7:54 AMvictorious-helmet-11068
10/15/2020, 7:54 AMlimited-battery-10877
10/15/2020, 2:06 PMlimited-battery-10877
10/15/2020, 2:08 PMlimited-battery-10877
10/15/2020, 3:26 PMbillowy-army-68599
10/15/2020, 3:29 PMlimited-battery-10877
10/15/2020, 3:36 PMbillowy-army-68599
10/15/2020, 3:37 PMlimited-battery-10877
10/15/2020, 3:38 PMbillowy-army-68599
10/15/2020, 3:42 PMhappy-pencil-64085
10/15/2020, 3:56 PMlimited-battery-10877
10/15/2020, 4:04 PMbillowy-army-68599
10/15/2020, 4:07 PMearly-glass-64522
10/15/2020, 4:57 PMnewResource
call). But when I switch the Vpc implementation to the Crosswalk awsx.Vpc version, the newResource
now gets an empty params instead of the VpcArgs I got from the standard Vpc call. Digging in a bit, I see this may be intentional based on a particular comment in ComponentResource/resource.js.
Question: Any idea how I need to change my mock setup so that I can get the awsx.Vpc mocked properly?bitter-application-91815
10/15/2020, 5:49 PMbitter-application-91815
10/15/2020, 5:50 PMbitter-application-91815
10/15/2020, 5:51 PMbitter-application-91815
10/15/2020, 5:51 PMbitter-application-91815
10/15/2020, 5:52 PMbitter-application-91815
10/15/2020, 5:52 PMbitter-application-91815
10/15/2020, 5:53 PMsparse-intern-71089
10/15/2020, 7:26 PMambitious-appointment-66307
10/15/2020, 10:15 PMwonderful-pager-17869
10/15/2020, 10:53 PMwet-sunset-4939
10/16/2020, 4:44 AMerror: could not deserialize deployment: decrypting secret value: failed to decrypt: incorrect passphrase, please set PULUMI_CONFIG_PASSPHRASE to the correct passphrase
when import stack from a file. How to fix this issue?wet-sunset-4939
10/16/2020, 6:46 AMearly-glass-64522
10/16/2020, 7:46 AMthankful-area-1764
10/16/2020, 8:44 AMloud-battery-37784
10/16/2020, 3:11 PMPulumi.yaml
or can they be nested?
`config`: (optional) directory to store stack-specific configuration files, relative to location of.Pulumi.yaml
bright-ghost-66126
10/17/2020, 12:02 AMpkg/tfshim/tfplugin5/provider_test.go
from this repo git@github.com:pulumi/pulumi-terraform-bridge.git
func startTestProvider(t *testing.T) (*provider, bool) {
testProviderPath, err := exec.LookPath("pulumi-terraform-bridge-test-provider")
if !assert.NoError(t, err) {
return nil, false
}
the test fails because pulumi-terraform-bridge-test-provider is missing. Where can I find or build the provider from?bright-ghost-66126
10/17/2020, 12:02 AMpkg/tfshim/tfplugin5/provider_test.go
from this repo git@github.com:pulumi/pulumi-terraform-bridge.git
func startTestProvider(t *testing.T) (*provider, bool) {
testProviderPath, err := exec.LookPath("pulumi-terraform-bridge-test-provider")
if !assert.NoError(t, err) {
return nil, false
}
the test fails because pulumi-terraform-bridge-test-provider is missing. Where can I find or build the provider from?sparse-park-68967
10/17/2020, 9:16 AMbright-ghost-66126
10/19/2020, 5:22 PM