steep-lamp-20408
09/12/2022, 1:09 PMpulumilocal up
, I get this non explicit error:
Do you want to perform this update? yes
Updating (localstack)
View Live: <https://app.pulumi.com/my-user/myproject-backend/localstack/updates/5>
Type Name Status Info
pulumi:pulumi:Stack myproject-backend-localstack **failed** 1 error; 2 warnings
+ └─ aws:appsync:GraphQLApi myproject-localstack-graphqlapi **creating failed** 1 error
Diagnostics:
aws:appsync:GraphQLApi (myproject-localstack-graphqlapi):
error: 1 error occurred:
* error creating AppSync GraphQL API: InternalFailure:
status code: 501, request id: 2DNPS6TTA6YNSW2F783MVI1V6DJZEJ8GJ61G1F4F
pulumi:pulumi:Stack (myproject-backend-localstack):
warning: provider config warning: Use s3_use_path_style instead.
warning: provider config warning: Use s3_use_path_style instead.
error: update failed
Notes:
• The stack works well when pulumi up
on non-local.
• The stack consists of AWS resources, including a Appsync GraphQL API
• Side question: what are those warnings?millions-furniture-75402
09/12/2022, 1:16 PMpulumilocal
to utilize localstack, but I will say that our localstack stack YAML has:
aws:s3ForcePathStyle: 'true'
steep-lamp-20408
09/12/2022, 1:18 PMaws:s3ForcePathStyle: 'true'
in my Pulumi.localstack.yaml
Will also tried without pulumi-local
pulumi-local
(just switching stack to stack localstack
and doing pulumi up
) 😪millions-furniture-75402
09/12/2022, 1:23 PMaws:s3UsePathStyle: 'true'
steep-lamp-20408
09/12/2022, 1:24 PMoh looks like maybe this variable name was updated in the provider? https://github.com/hashicorp/terraform-provider-aws/issues/23026This is about the warnings, but not the error, right?
millions-furniture-75402
09/12/2022, 1:33 PMsteep-lamp-20408
09/12/2022, 1:33 PMmillions-furniture-75402
09/12/2022, 1:34 PMsteep-lamp-20408
09/12/2022, 1:34 PMerror creating AppSync GraphQL API: InternalFailure:
status code: 501
millions-furniture-75402
09/12/2022, 1:34 PMsteep-lamp-20408
09/12/2022, 1:35 PMmillions-furniture-75402
09/12/2022, 1:36 PMsteep-lamp-20408
09/12/2022, 1:37 PMmillions-furniture-75402
09/12/2022, 1:37 PMsteep-lamp-20408
09/12/2022, 1:37 PM