Prototype implementation of Plugin for EXASOL.
Go here for Terraform Registry.
To use the provider, you currently have to add it to your terraform definitions:
# Snippet of provider.tf
terraform {
required_providers {
exasol = {
source = "abergmeier/exasol"
}
}
}
In Terraform 0.12 it is easiest to copy the binary directly alongside your terraform definitions:
Thus your directory should look something like this:
schema.tf
table.tf
terraform-provider-exasol
Status
Unsupported |
Possible implementation as |
Function |
exasol_function |
Schema (virtual) |
exasol_virtual_schema |
Script |
exasol_script |
View |
exasol_view |
Testing
To test call
EXAHOST=<exasolserver> scripts/test.sh.
Credits
This provider was made possible due to the following shoulders: https://github.com/GrantStreetGroup/go-exasol-client
Cheers