Skip to content

Commit

Permalink
codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
azr committed Feb 15, 2022
1 parent 6e62225 commit f159f95
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 0 deletions.
@@ -0,0 +1,16 @@
<!-- Code generated from the comments of the Config struct in builder/happycloud/config.go; DO NOT EDIT MANUALLY -->

- `account_file` (string) - The JSON file containing your account credentials. Not required if you
run Packer on a HappyCloud instance with a service account. Instructions for
creating the file or using service accounts are above.

- `accelerator_count` (int64) - Number of guest accelerator cards to add to the launched instance.

- `address` (string) - The name of a pre-allocated static external IP address. Note, must be the
name and not the actual IP address.

- `disable_default_service_account` (bool) - If true, the default service account will not be used if
service_account_email is not specified. Set this value to true and omit
service_account_email to provision a VM with no service account.

<!-- End of code generated from the comments of the Config struct in builder/happycloud/config.go; -->
@@ -0,0 +1,5 @@
<!-- Code generated from the comments of the Config struct in builder/happycloud/config.go; DO NOT EDIT MANUALLY -->

- `project_id` (string) - The project ID that will be used to launch instances and store images.

<!-- End of code generated from the comments of the Config struct in builder/happycloud/config.go; -->
@@ -0,0 +1,7 @@
<!-- Code generated from the comments of the Config struct in builder/happycloud/config.go; DO NOT EDIT MANUALLY -->

Config is the configuration structure for the happycloud builder. It stores
both the publicly settable state as well as the privately generated state of
the config object.

<!-- End of code generated from the comments of the Config struct in builder/happycloud/config.go; -->
@@ -0,0 +1,8 @@
<!-- Code generated from the comments of the CustomerEncryptionKey struct in builder/happycloud/config.go; DO NOT EDIT MANUALLY -->

- `key_name` (string) - KeyName: The name of the encryption key that is stored in happycloud

- `raw_key` (string) - RawKey: Specifies a 256-bit customer-supplied encryption key, encoded in
RFC 4648 base64 to either encrypt or decrypt this resource.

<!-- End of code generated from the comments of the CustomerEncryptionKey struct in builder/happycloud/config.go; -->
@@ -0,0 +1,5 @@
<!-- Code generated from the comments of the CustomerEncryptionKey struct in builder/happycloud/config.go; DO NOT EDIT MANUALLY -->

CustomerEncryptionKey helps configure a customer encryption key

<!-- End of code generated from the comments of the CustomerEncryptionKey struct in builder/happycloud/config.go; -->
2 changes: 2 additions & 0 deletions shell-local/config.hcl2spec.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f159f95

Please sign in to comment.