Unexpected behavior during terraform apply
step with fivetran_connector
resource
#368
Labels
enhancement
New feature or request
Describe the bug
When attempting to run a
terraform apply
the below error is produced. No issues flagged when runningterraform plan
.To Reproduce
Below is the resource block that is causing the issue. The config in this case intentionally has an extra value
api_version
as I'm testing how this would work if these k/v are provided by users and aren't validated. Runningterraform apply
with the latest version and example config causes the error.Expected behavior
I would expect that the connector config would be validated during the
plan
step and throw an errorLogs & Output
Provide terraform CLI output on
plan
|apply
. If it is possible, please, refer to this guide to enable debug output.Attached logs of [partial]
plan
and fullapply
steps:tf_plan_log.txt
tf_apply_log.txt
Plugin version:
Using the latest provider version of
1.3.2
Additional context
I believe this is happening because the provider is patching the config fields here...possibly
The text was updated successfully, but these errors were encountered: