-
Notifications
You must be signed in to change notification settings - Fork 16
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
29 support all provider attributes in .tf
files
#59
Conversation
We now support setting these two variables in the proper place for a terraform configuration rather than relying on env vars to do it for us.
This allows allsettings to be set through the `.tf` file now. We also changed the oss tests to include SSL as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a few questions / comments
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just one last comment to add some clarity to the README
it's worth also noting that as of right now we don't have tests for when there is a mix of provider / env configuration settings, or for when the ssl_cert_path is used - is there a way to add unit tests for that? if it's not straightforward, should we file a follow-up github issue?
13339dd
to
93bcc1f
Compare
Examples used completely different info between them so correlation was difficult. This change ensures that all of them use the same info.
93bcc1f
to
f8a691d
Compare
This PR:
.tf
files:appliance_url
account
ssl_cert
ssl_cert_file
.tf
variablesConnected to #29