Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo of jdbc_additional_params on line 373 of resource_connection.go #14

Open
jbennett7 opened this issue Sep 28, 2023 · 0 comments
Open

Comments

@jbennett7
Copy link

https://github.com/DevotedHealth/terraform-provider-looker/blame/033df25fdd8287977334f5d809280891eae00cf1/pkg/looker/resource_connection.go#L373

        if v, ok := d.GetOk("jdbc_addtional_params"); ok {
		jdbcAdditionalParams := v.(string)
		writeDBConnection.JdbcAdditionalParams = &jdbcAdditionalParams
	}

jdbc_addtional_params -> jdbc_additional_params

@jbennett7 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 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant