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(host_interface_attributes): Add error handling to if attrs #180

Merged
merged 1 commit into from
Aug 21, 2024

Conversation

bitkeks
Copy link
Collaborator

@bitkeks bitkeks commented Aug 11, 2024

Adds error handling to host creation code for the interface attributes, where there may be a field used that has nil instead of string.

Resolves #160

Adds error handling to host creation code for the interface attributes,
where there may be a field used that has nil instead of string.

Resolves terraform-coop#160

Signed-off-by: Dominik Pataky <[email protected]>
@bitkeks bitkeks requested a review from lhw August 11, 2024 13:32
@bitkeks bitkeks added this to the 0.7.0 milestone Aug 12, 2024
@bitkeks
Copy link
Collaborator Author

bitkeks commented Aug 14, 2024

ping @lhw
last PR towards v0.7.0 🚀
only adds error handling for the specific function mentioned in #160.

Copy link
Contributor

@lhw lhw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alright

@bitkeks bitkeks merged commit 6476e20 into terraform-coop:master Aug 21, 2024
7 checks passed
@bitkeks bitkeks deleted the fix/160 branch August 21, 2024 15:10
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.

Compatibility issue makes plugin crash: "panic: interface conversion: interface {} is nil, not string"
2 participants