terraform-provider-fivetran is the official Terraform Provider for Fivetran.
Checkout our CHANGELOG for information about the latest bug fixes, updates, and features added to the SDK.
Make sure you read the Fivetran REST API documentation before using the Provider.
unexpected new value: .config.field: was cty.StringVal("value"), but now null
Or
unexpected new value: .config.field: inconsistent values for sensitive attribute
Check that the field causing the problem is actually applicable to the service specified in the resourcefivetran_connector_schema_config in Terraform may result in a Table with name [TABLE_NAME] not found in source schema [SCHEMA_NAME] error. This occurs because the SAP ERP for HANA connector initially starts with no schema preloaded, and a schema discovery process must complete successfully before tables can be configured. Even setting validation_level = "NONE" in Terraform does not resolve this underlying backend requirement. As a workaround, it is recommended to create the fivetran_connector resource without the fivetran_connector_schema_config resource first. Allow the connector to be created and initiate its schema discovery. After the connector is established and the schema has been discovered (which may require a manual refresh in the Fivetran UI or an API call), then manage table selections and schema configurations directly within the Fivetran UI.Please get in touch with us through our Support Portal if you have any comments, suggestions, support requests, or bug reports.
146 commits
60 commits
59 commits
58 commits
Go
95.4%
Go Template
4.4%
terraform-provider-fivetran is the official Terraform Provider for Fivetran.
Checkout our CHANGELOG for information about the latest bug fixes, updates, and features added to the SDK.
Make sure you read the Fivetran REST API documentation before using the Provider.
unexpected new value: .config.field: was cty.StringVal("value"), but now null
Or
unexpected new value: .config.field: inconsistent values for sensitive attribute
Check that the field causing the problem is actually applicable to the service specified in the resourcefivetran_connector_schema_config in Terraform may result in a Table with name [TABLE_NAME] not found in source schema [SCHEMA_NAME] error. This occurs because the SAP ERP for HANA connector initially starts with no schema preloaded, and a schema discovery process must complete successfully before tables can be configured. Even setting validation_level = "NONE" in Terraform does not resolve this underlying backend requirement. As a workaround, it is recommended to create the fivetran_connector resource without the fivetran_connector_schema_config resource first. Allow the connector to be created and initiate its schema discovery. After the connector is established and the schema has been discovered (which may require a manual refresh in the Fivetran UI or an API call), then manage table selections and schema configurations directly within the Fivetran UI.Please get in touch with us through our Support Portal if you have any comments, suggestions, support requests, or bug reports.
146 commits
60 commits
59 commits
58 commits
Go
95.4%
Go Template
4.4%