» netlify_deploy_key

Creates a new netlify deploy key, typically used by the netlify_site resource.

» Example Usage

resource "netlify_deploy_key" "key" {}

resource "netlify_site" "main" {
  // ...
  repo {
    // ...
    deploy_key_id = "${netlify_deploy_key.key.id}"
  }
}

» Attribute Reference

The following additional attributes are exported: