Skip to content

Support for creating deploy_key #40

Open
@janario

Description

@janario

As in the rest resources https://open-api.netlify.com/#tag/deployKey

It would be great to have this with terraform, so it would simplify a lot our infra provisioning.

e.g.

resource "netlify_deploy_key" "key" {
  # if any custom param? but I guess the create doesn't need any
}

# easy integrate my gitlab
resource "gitlab_deploy_key" "netlify_key" {
  project = "my-gitlab-project"
  title   = "Netlify deployment key"
  key     = netlify_deploy_key.key.public_key # allows the just created key to access my-gitlab-project
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    type: featurecode contributing to the implementation of a feature and/or user facing functionality

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions