We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e211b3 commit 19e7d02Copy full SHA for 19e7d02
main.tf
@@ -57,7 +57,7 @@ resource "gitlab_repository_file" "agent_config" {
57
branch = data.gitlab_project.this.default_branch
58
file_path = ".gitlab/agents/${gitlab_cluster_agent.this.name}/config.yaml"
59
content = base64encode(yamlencode(var.agent_config))
60
- encoding = base64
+ encoding = "base64"
61
62
author_email = var.author_email
63
commit_message = "${var.commit_message} ${gitlab_cluster_agent.this.name}"
0 commit comments