generated from hashicorp/packer-plugin-scaffolding
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #271 from mkumatag/cap_destination
introduce capture destination option
- Loading branch information
Showing
6 changed files
with
41 additions
and
16 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
3 changes: 3 additions & 0 deletions
3
docs-partials/builder/powervs/common/Capture-not-required.mdx
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,8 @@ | ||
<!-- Code generated from the comments of the Capture struct in builder/powervs/common/run_config.go; DO NOT EDIT MANUALLY --> | ||
|
||
- `destination` (string) - The destination determines how the image is captured. Options: ('image-catalog', 'cloud-storage', 'both'). The default is 'cloud-storage'. | ||
if image-catalog is specified then cos field content will be ignored | ||
|
||
- `cos` (\*CaptureCOS) - COS | ||
|
||
<!-- End of code generated from the comments of the Capture struct in builder/powervs/common/run_config.go; --> |
7 changes: 7 additions & 0 deletions
7
docs-partials/builder/powervs/common/RunConfig-not-required.mdx
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,7 @@ | ||
<!-- Code generated from the comments of the RunConfig struct in builder/powervs/common/run_config.go; DO NOT EDIT MANUALLY --> | ||
|
||
- `subnet_ids` ([]string) - Subnet I Ds | ||
|
||
- `dhcp_network` (bool) - DHCP Network | ||
|
||
<!-- End of code generated from the comments of the RunConfig struct in builder/powervs/common/run_config.go; --> |