0
0
llucycodes42
The resource specifies the name of the deploy key, as well as the name of the project and the title of the key.
Shortcut: tf_gitlab_deploy_key
resource "gitlab_deploy_key" "${example}" {
project = "${example}/deploying"
title = "${example} deploy key"
key = "ssh-rsa AAAA"
}