quaint-cricket-43614
05/19/2025, 12:57 PMesc env get <myOrg>/<myProject>/<myStack>
is working and displays the config in my Pulumi Environment, evident and published in the web UI, but esc run myOrg/myProject/myStack -- pulumi preview --stack myOrg/myProject/myStack
is not finding it:
The stack's environment does not define the `environmentVariables`, `files`, or `pulumiConfig` properties.
Without at least one of these properties, the environment will not affect the stack's behavior.
Help?quaint-cricket-43614
05/19/2025, 2:07 PMenvironment:
organization: myOrg
project: myProject
stack: myStack
imports:
- myProject/myStack
red-match-15116
05/19/2025, 3:11 PMenvironment:
- myProject/myEnvironment
red-match-15116
05/19/2025, 3:12 PMquaint-cricket-43614
05/21/2025, 9:56 AMvalues:
gcp:
login:
fn::open::gcp-login:
project: 137482643751
oidc:
workloadPoolId: pulumi-oidc-identity-pool-6718
providerId: pulumi-oidc-provider-6718
serviceAccount: <mailto:pulumi-oidc-service-acct-6718@cotswolds-trellis.iam.gserviceaccount.com|pulumi-oidc-service-acct-6718@cotswolds-trellis.iam.gserviceaccount.com>
environmentVariables:
GOOGLE_PROJECT: ${gcp.login.project}
CLOUDSDK_AUTH_ACCESS_TOKEN: ${gcp.login.accessToken}
pulumiConfig:
registryUrl: ...blahblahblah
quaint-cricket-43614
05/21/2025, 11:15 AMmyOrg
to gcp:myOrg
to get it to work, else it complained about the audience:
pulumi "the target service indicated by the \"audience\" parameters is invalid. this might either be because the pool or provider is disabled or deleted or because it doesn't exist."
quaint-cricket-43614
05/21/2025, 11:26 AM