-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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 disk type’Malformed URL’ error #275
Fix disk type’Malformed URL’ error #275
Conversation
The API expects the disk type to be a SelfLink URL, but the disk type name was being used (e.g. “pd-ssd”).
Please review @danawillow |
Thanks @sl1pm4t! Wish we had caught this with a test instead :-/ Mind adding (or modifying) a test that sets |
Sure thing @danawillow |
zone = "us-central1-a" | ||
|
||
boot_disk { | ||
initialize_params { |
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.
Can you fix the indentation here? It should be tabs.
Oops - that test doesn't work. |
The Instance data does not contain the actual disk type, just "PERSISTENT". This commit uses the computeClient to pull the disk data from the API, allowing checking of the disk type. Also fmt'd the test configuration.
Thanks, looks good! |
* Fix disk type’Malformed URL’ error The API expects the disk type to be a SelfLink URL, but the disk type name was being used (e.g. “pd-ssd”). * Add ACC Tests for boot disk type * Fix acceptance test & fmt test config The Instance data does not contain the actual disk type, just "PERSISTENT". This commit uses the computeClient to pull the disk data from the API, allowing checking of the disk type. Also fmt'd the test configuration.
* Fix disk type’Malformed URL’ error The API expects the disk type to be a SelfLink URL, but the disk type name was being used (e.g. “pd-ssd”). * Add ACC Tests for boot disk type * Fix acceptance test & fmt test config The Instance data does not contain the actual disk type, just "PERSISTENT". This commit uses the computeClient to pull the disk data from the API, allowing checking of the disk type. Also fmt'd the test configuration.
<!-- This change is generated by MagicModules. --> /cc @danawillow
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 hashibot-feedback@hashicorp.com. Thanks! |
The API expects the disk type to be a SelfLink URL, but the disk type
name was being used (e.g. “pd-ssd”). This resulted in the following error: