This message was deleted.
# aws
s
This message was deleted.
a
The reason I even started going down this path was after configuring the AWS cli I spit out the AWS config and I'm currently seeing the following ....
Copy code
Name                    Value             Type    Location
      ----                    -----             ----    --------
   profile                <not set>             None    None
access_key     ****************ISEZ              env    
secret_key     ****************0alB              env    
    region                us-east-1              env    ['AWS_REGION', 'AWS_DEFAULT_REGION']
b
@alert-spoon-97538 the profile might be set inside the stack configuration, if you run a successful up with a config setting it gets passed to the stack config
a
I tried running
pulumi config rm aws:profile
right before
pulumi up
to see if that changed anything and it did not
l
Is it specified in code? When you construct the provider? Search for all provider constructors.
a
provider
isn't used in the code at all
l
Have you output the value of AWS_PROFILE as seen by the CI job? Maybe that'll give you a hint where the value is coming from. Maybe an earlier step / action is setting it?
a
good idea
nope