You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if v, ok := d.GetOk("jdbc_addtional_params"); ok {
jdbcAdditionalParams := v.(string)
writeDBConnection.JdbcAdditionalParams = &jdbcAdditionalParams
}
jdbc_addtional_params -> jdbc_additional_params
The text was updated successfully, but these errors were encountered:
jbennett7
changed the title
Misspelling of jdbc_additional_params on line 373 of resource_connections.tf
Typo of jdbc_additional_params on line 373 of resource_connections.tf
Sep 28, 2023
jbennett7
changed the title
Typo of jdbc_additional_params on line 373 of resource_connections.tf
Typo of jdbc_additional_params on line 373 of resource_connection.go
Sep 28, 2023
https://github.com/DevotedHealth/terraform-provider-looker/blame/033df25fdd8287977334f5d809280891eae00cf1/pkg/looker/resource_connection.go#L373
jdbc_addtional_params
->jdbc_additional_params
The text was updated successfully, but these errors were encountered: