Open mickeder opened 1 year ago
1.5.5
3.70.0
azurerm_synapse_linked_service
resource "azurerm_synapse_linked_service" "example" { name = "example" synapse_workspace_id = var.synapse_workspace_id type = "SapOdp" type_properties_json = <<-JSON { "clientId": "abc", "language": "cde", "sncMode": false, "userName": "fgh", "subscriberName": "ijk", "server": "lmn", "systemNumber": "opq", "encryptedCredential": "rst" } JSON integration_runtime { name = "IRName" } }
│ Error: expected type to be one of [AmazonMWS AmazonRdsForOracle AmazonRdsForSqlServer AmazonRedshift AmazonS3 AzureBatch AzureBlobFS AzureBlobStorage AzureDataExplorer AzureDataLakeAnalytics AzureDataLakeStore AzureDatabricks AzureDatabricksDeltaLake AzureFileStorage AzureFunction AzureKeyVault AzureML AzureMLService AzureMariaDB AzureMySql AzurePostgreSql AzureSqlDW AzureSqlDatabase AzureSqlMI AzureSearch AzureStorage AzureTableStorage Cassandra CommonDataServiceForApps Concur CosmosDb CosmosDbMongoDbApi Couchbase CustomDataSource Db2 Drill Dynamics DynamicsAX DynamicsCrm Eloqua FileServer FtpServer GoogleAdWords GoogleBigQuery GoogleCloudStorage Greenplum HBase HDInsight HDInsightOnDemand HttpServer Hdfs Hive Hubspot Impala Informix Jira LinkedService Magento MariaDB Marketo MicrosoftAccess MongoDb MongoDbAtlas MongoDbV2 MySql Netezza OData Odbc Office365 Oracle OracleServiceCloud Paypal Phoenix PostgreSql Presto QuickBooks Responsys RestService SqlServer Salesforce SalesforceMarketingCloud SalesforceServiceCloud SapBW SapCloudForCustomer SapEcc SapHana SapOpenHub SapTable ServiceNow Sftp SharePointOnlineList Shopify Snowflake Spark Square Sybase Teradata Vertica Web Xero Zoho], got SapOdp
SapOdp type should be supported as in Azure Synapse Workspace there is an option to create SAP CDC linked service.
SapOdp
No response
@mickeder Thank you for taking the time to open this feature request!
Is there an existing issue for this?
Community Note
Terraform Version
1.5.5
AzureRM Provider Version
3.70.0
Affected Resource(s)/Data Source(s)
azurerm_synapse_linked_service
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
SapOdp
type should be supported as in Azure Synapse Workspace there is an option to create SAP CDC linked service.Actual Behaviour
No response
Steps to Reproduce
No response
Important Factoids
No response
References
No response