clever-byte-21551
09/22/2020, 6:22 AM@ refreshing....
for many minuteslemon-agent-27707
09/22/2020, 6:35 AMclever-byte-21551
09/22/2020, 6:39 AMlemon-agent-27707
09/22/2020, 6:53 AMworkdir := path.Join(".")
and do a refresh with the CLI in that directory using those params.clever-byte-21551
09/22/2020, 11:02 AMwhite-balloon-205
clever-byte-21551
09/22/2020, 2:20 PMwhite-balloon-205
clever-byte-21551
09/23/2020, 5:09 AM"urn": "urn:pulumi:stackName::projectName::pulumi:providers:aws::assumedRole",
"custom": true,
"id": "c0d2a4d0-f889-4df7-a460-217f4e415133",
"type": "pulumi:providers:aws",
"inputs": {
"accessKey": "REDACTED",
"profile": "",
"region": "us-east-1",
"secretKey": "REDACTED",
"token": "REDACTED"
},
white-balloon-205
pulumi config set aws:accessKey
or new aws.Provider("aws", {accessKey: ...})
then they will be there. But if they are just coming from environment variables, they shouldn't be stored in the state. Are you doing the latter and still seeing this? Have you done an update with that more recent version?clever-byte-21551
09/24/2020, 5:07 AM