Skip to content

Commit 7610417

Browse files
committed
Merge branch 'ephemeral_project-updates' of github.com:aws-ia/terraform-aws-runtask-iam-access-analyzer into ephemeral_project-updates
2 parents 6e9e016 + 1e0cd40 commit 7610417

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is auto-generated, changes will be overwritten
22
_commit: v0.0.6
3-
_src_path: /task/0dcbc619-eac8-11ed-962f-66a115cc3c0d/projecttype
3+
_src_path: /task/85181ca7-edb8-11ed-83ce-460647dd8021/projecttype
44
starting_version: v0.0.0
55
version_file: VERSION
66

.project_automation/publication/entrypoint.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ else
1818
echo "creating new version"
1919
gh release create ${VERSION} --target ${BRANCH} --generate-notes
2020
fi
21+
22+

.project_automation/static_tests/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ RUN gem install mdl
2424

2525
ENV TERRAFORM_DOCS_VERSION=v0.16.0
2626
RUN wget https://github.com/terraform-docs/terraform-docs/releases/download/${TERRAFORM_DOCS_VERSION}/terraform-docs-${TERRAFORM_DOCS_VERSION}-linux-amd64.tar.gz && \
27-
tar -C /usr/local/bin -xzf terraform-docs-${TERRAFORM_DOCS_VERSION}-linux-amd64.tar.gz && chmod +x /usr/local/bin/terraform-docs
27+
tar -C /usr/local/bin -xzf terraform-docs-${TERRAFORM_DOCS_VERSION}-linux-amd64.tar.gz && chmod +x /usr/local/bin/terraform-docs

0 commit comments

Comments
 (0)