missing authorizationConfig in http datasource ? #9628
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
service/appsync
Issues and PRs that pertain to the appsync service.
Milestone
This issue was originally opened by @msegura as hashicorp/terraform#22321. It was migrated here as a result of the provider split. The original body of the issue is below.
Current Terraform Version
Use-cases
A datasource of type HTTP in AppSync offers an
authorizationConfig
configuration object ( aws doc ).This is useful as it allows invoking directly any aws from AppSync ( tutorial from AWS ).
It would be useful if Terraform allows creating this datasource ?
Attempted Solutions
I tried:
but this failed with:
Documentation is not mentioning anything beyond the endpoint.
Proposal
Perhaps something closely following the AWS API such as :
References
The text was updated successfully, but these errors were encountered: