forked from hashicorp/terraform-provider-google
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix disk type’Malformed URL’ error (hashicorp#275)
* 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.
- Loading branch information
1 parent
1e0f032
commit 8c883a5
Showing
2 changed files
with
61 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters