hcp_packer_run_task (Resource)

The Packer Run Task resource allows you to regenerate the HMAC key for an HCP Packer Registry's run task.

If you do not need to regenerate the HMAC key, it is recommended to use the hcp_packer_run_task data source instead.

Example Usage

resource "hcp_packer_run_task" "registry" {}

# Configuring the HMAC Key to regenerate on apply
# NOTE: While `regenerate_hmac` is set to `true` the key will be regenerated on every apply.
resource "hcp_packer_run_task" "registry" {
  regenerate_hmac = true
}

Schema

Optional

Read-Only

Nested Schema for timeouts

Optional: