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

load balancers: fix importing global LBs #1340

Merged
merged 3 commits into from
Mar 18, 2025
Merged

Conversation

andrewsomething
Copy link
Member

This fixes importing global load balancers. We were not setting the GLB related attributes in the read method, so they were not set on import. This required setting the type attribute to Computed. There are also some related test fix ups as well as a new test for importing GLBs. Finally, I cleaned up some of the error messages (No need to preface them with [DEBUG]).

Fixes: #1338

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Copy link
Contributor

@loosla loosla left a comment

Choose a reason for hiding this comment

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

🚀 Looks good to me

@andrewsomething andrewsomething merged commit af27b8f into main Mar 18, 2025
3 checks passed
@andrewsomething andrewsomething deleted the asb/issues/1338 branch March 18, 2025 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Importing a global load balancer doesnt import TYPE properly
2 participants