Added git commit signing module
This commit is contained in:
@@ -9,6 +9,7 @@ ENV PATH="${GRADLE_HOME}/bin:${PATH}"
|
|||||||
RUN apt-get -y update
|
RUN apt-get -y update
|
||||||
RUN apt-get install -y \
|
RUN apt-get install -y \
|
||||||
curl \
|
curl \
|
||||||
|
jq \
|
||||||
git \
|
git \
|
||||||
sudo \
|
sudo \
|
||||||
vim \
|
vim \
|
||||||
|
|||||||
@@ -127,6 +127,13 @@ module "git-config" {
|
|||||||
allow_email_change = true
|
allow_email_change = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
module "git-commit-signing" {
|
||||||
|
count = data.coder_workspace.me.start_count
|
||||||
|
source = "registry.coder.com/coder/git-commit-signing/coder"
|
||||||
|
version = "1.0.32"
|
||||||
|
agent_id = coder_agent.main.id
|
||||||
|
}
|
||||||
|
|
||||||
resource "docker_volume" "home_volume" {
|
resource "docker_volume" "home_volume" {
|
||||||
name = local.docker_name
|
name = local.docker_name
|
||||||
# Protect the volume from being deleted due to changes in attributes.
|
# Protect the volume from being deleted due to changes in attributes.
|
||||||
|
|||||||
Reference in New Issue
Block a user