rapid-parrot-1735
07/03/2023, 10:53 PMportMapping: [myLoadbalancer]
in fargate, etclittle-cartoon-10569
07/03/2023, 11:00 PMrapid-parrot-1735
07/04/2023, 8:41 AMDiagnostics:
pulumi:providers:cloudflare (default_5_5_0):
error: pulumi:providers:cloudflare resource 'default_5_5_0' has a problem: could not validate provider configuration: Invalid or unknown key. Check `pulumi config get cloudflare:accountId`.
pulumi:pulumi:Stack (backend-prod):
warning: aws:ec2/getSubnetIds:getSubnetIds verification warning: The aws_subnet_ids data source has been deprecated and will be removed in a future version. Use the aws_subnets data source instead: <https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/subnets>
little-cartoon-10569
07/04/2023, 8:44 AMrapid-parrot-1735
07/04/2023, 8:47 AMgetSubnetIds
directly at least. Could it this?
const dbSubnets = new aws.rds.SubnetGroup('dbsubnets', {
subnetIds: vpc.publicSubnetIds,
})
little-cartoon-10569
07/04/2023, 8:49 AMrapid-parrot-1735
07/04/2023, 8:50 AMlittle-cartoon-10569
07/04/2023, 8:51 AMrapid-parrot-1735
07/04/2023, 8:54 AMv6
and last release is v5.41.0
little-cartoon-10569
07/04/2023, 8:55 AMrapid-parrot-1735
07/04/2023, 8:56 AMpulumi up
keeps working šlittle-cartoon-10569
07/04/2023, 8:56 AMrapid-parrot-1735
07/04/2023, 8:57 AMaws.classic
existed in those 20+ hours šlittle-cartoon-10569
07/04/2023, 8:57 AMrapid-parrot-1735
07/04/2023, 8:57 AMawsx
with `awsx.classic`:
Diagnostics:
pulumi:providers:aws (default_5_41_0):
error: rpc error: code = Unknown desc = unable to validate AWS credentials.
Details: failed to get shared config profile, backend-prod
Make sure you have set your AWS region, e.g. `pulumi config set aws:region us-west-2`.
aws:profile
and aws:region
are set; nothing else under the aws
namespace. I can run previews locally, and I am using aws-actions/configure-aws-credentials
for credentials
The github actions job that's failing to auth is very similar to and based on the Update
task at https://www.pulumi.com/docs/using-pulumi/continuous-delivery/github-actions/
Any hints? :)little-cartoon-10569
07/04/2023, 8:04 PMaws:profile
, then it will use that, not the env vars.aws:profile
from your stack file.rapid-parrot-1735
07/05/2023, 12:03 AM