Open codymoorhouse opened 11 months ago
Voting for Prioritization
Volunteering to Work on This Issue
add hubspot connector profile at terraform, got below error
Error: expected connector_type to be one of ["Salesforce" "Singular" "Slack" "Redshift" "S3" "Marketo" "Googleanalytics" "Zendesk" "Servicenow" "Datadog" "Trendmicro" "Snowflake" "Dynatrace" "Infornexus" "Amplitude" "Veeva" "EventBridge" "LookoutMetrics" "Upsolver" "Honeycode" "CustomerProfiles" "SAPOData" "CustomConnector" "Pardot"], got Hubspot
Terraform Core Version
1.5.7
AWS Provider Version
5.6.2
Affected Resource(s)
aws_appflow_flow
Expected Behavior
Using terraform, I should be able to establish/create a HubSpot connector profile in AWS.
Actual Behavior
The connector profile could not be created saying there is a communication error from the connector.
Relevant Error/Panic Output Snippet
Terraform Configuration Files
Steps to Reproduce
terraform apply
Debug Output
When manually creating this resource in the console, when you inspect network traffic, there are two notable payloads to share.
Below is the payload when the initial form pops up when creating the connection before submitting
Below is the payload presented when the form is submitted
Panic Output
No response
Important Factoids
This connector can be created manually in AWS and has been tested as a valid connection (e.g. I updated data in HubSpot with a flow using the connection - manually)
References
Would you like to implement a fix?
None