-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: r/d _vapp_isolated_network
- Loading branch information
Showing
16 changed files
with
658 additions
and
507 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
```release-note:bug | ||
`resource/cloudavenue_vapp_org_network` - Fixed issue if `vapp_id` is provided the API return not found error. | ||
``` | ||
|
||
```release-note:enhancement | ||
`resource/cloudavenue_vapp_org_network` - Minor improvements in documentation. | ||
``` | ||
|
||
```release-note:enhancement | ||
`datasource/cloudavenue_vapp_org_network` - Minor improvements in documentation. | ||
``` |
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# if vdc is not specified, the default vdc will be used | ||
terraform import cloudavenue_vm_disk.example vapp_name.network_name | ||
terraform import cloudavenue_vapp_org_network.example vapp_name.network_name | ||
|
||
# if vdc is specified, the vdc will be used | ||
terraform import cloudavenue_vm_disk.example vdc.vapp_name.network_name | ||
terraform import cloudavenue_vapp_org_network.example vdc.vapp_name.network_name |
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
Oops, something went wrong.