abergmeier / terraform-provider-exasol

Terraform Provider for Exasol
Apache License 2.0
2 stars 0 forks source link

Make Exasol port configurable #11

Closed LOLOFF-OTTO closed 4 years ago

LOLOFF-OTTO commented 4 years ago

It would be nice to have the Exasol port configurable in order to switch between dev and prod environment:

provider "exasol" { ip = "123" username = "userxy" password = "abc" port = 123 <-- NEW }

abergmeier commented 4 years ago

Should be done in https://github.com/abergmeier/terraform-provider-exasol/commit/23fba3049ecd7759c2959d254cf0e1229bf3dff0

And now there is another release: https://github.com/abergmeier/terraform-provider-exasol/releases/tag/v0.0.6

LOLOFF-OTTO commented 4 years ago

works nicely :) Thank you!