cold-hydrogen-54783
09/13/2024, 4:59 PMPulumi.yaml
.
config:
aws:accessKey: test
aws:secretKey: test
aws:region: us-east-1
aws:skipCredentialsValidation: true
aws:skipRequestingAccountId: true
aws:endpoints:
- acm: ${LOCALSTACK_ENDPOINT}
amplify: ${LOCALSTACK_ENDPOINT}
apigateway: ${LOCALSTACK_ENDPOINT}
...
waf: ${LOCALSTACK_ENDPOINT}
When Pulumi tries to create a WAFv2 ACL rule, I get an error back that is indicative of Pulumi trying to actually contact AWS and not Localstack. Is there a reference document somewhere from Pulumi (or on GitHub?) that can tell me what the service name keys should be for all of the AWS services; i.e. an enumeration of the keys for the aws:endpoints
plugin YAML array object?
Thank you very much.enough-garden-22763
09/13/2024, 5:05 PMcold-hydrogen-54783
09/14/2024, 4:11 AMwafv2
. Thank you very much.