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

fix(schema): Correct schema definitions #52

Merged
merged 2 commits into from
May 4, 2021

Conversation

JTBlanchard
Copy link
Contributor

Various schemas have been updated for correctness.

Notably, although an incorrect Elem definition for custom_headers is
provided, this field still does not work as is due to a limitation in
Terraform. Maps of mixed types are not possible to use or define, and
therefore a workaround would be required to implement this field. This
more correct definition is here in case this Terraform behavior changes
in the future.

Various schemas have been updated for correctness.

Notably, although an incorrect Elem definition for custom_headers is
provided, this field still does not work as is due to a limitation in
Terraform.  Maps of mixed types are not possible to use or define, and
therefore a workaround would be required to implement this field.  This
more correct definition is here in case this Terraform behavior changes
in the future.
@william20111 william20111 merged commit 763406a into thousandeyes:master May 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants