-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Description
Is there an existing issue for this?
- I have searched the existing issues
Feature description
Expected: Given a resource use of aws_pinpointsmsvoicev2_phone_number
and aws_pinpoint_app
and aws_pinpoint_sms_channe
, when I tflocal plan
, then I should see a mocked pinpoint toll-free phone number deployed in LocalStack.
Actual: Given a resource use of aws_pinpointsmsvoicev2_phone_number
and aws_pinpoint_app
and aws_pinpoint_sms_channe
, when I tflocal plan
, then I receive the following error message:
module.xxxxxxx.aws_pinpointsmsvoicev2_phone_number.toll_free: Creating...
╷
│ Error: creating Pinpoint App (text-gateway-app): operation error Pinpoint: CreateApp, https response error StatusCode: 501, RequestID: eeb75066-2c58-4c60-85c8-479e4f10ac88, api error InternalFailure: The API for service 'pinpoint' is either not included in your current license plan or has not yet been emulated by LocalStack. Please refer to https://docs.localstack.cloud/references/coverage for more details.
Without this feature, I cannot test what is otherwise a rather expensive service without costing at minimum a monthly fee per environment + transaction costs. This would be beneficial for saving money, at minimum, for this reason.
🧑💻 Implementation
No response
Anything else?
Terraform docs on main resource: https://registry.terraform.io/providers/hashicorp/aws/6.2.0/docs/resources/pinpointsmsvoicev2_phone_number
There appears to be a V1 of toll free Pinpoint phone number creation, as well.