-
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.
Add partial support for import server
Running ``` terraform import hpegl_pc_server.test 126fd201-9e6e-5e31-9ffb-a766265b1fd3,697e8cbf-df7e-570c-a3c7-912d4ce8375a ``` will partially update the state file. Some fields are missing * esx_root_credential_id * ilo_admin_credential_id * server_network these fields are not currently retrievable via the API, so they will be set to `null` in the state. This will lead to an error if a "terraform apply" is subsequently run, unless these fields are manually tweaked. This means that "terraform import" for server resources is only partially supported.
- Loading branch information
1 parent
5817bc1
commit c647587
Showing
2 changed files
with
154 additions
and
25 deletions.
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