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 c9ce2fa commit 9e211b3Copy full SHA for 9e211b3
main.tf
@@ -57,6 +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
61
62
author_email = var.author_email
63
commit_message = "${var.commit_message} ${gitlab_cluster_agent.this.name}"
0 commit comments