Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
devcontainer-features
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
eazydevelop-devcontainer-temp
devcontainer-features
Commits
c4ffeebd
Unverified
Commit
c4ffeebd
authored
Jul 06, 2023
by
Kazuma Watanabe
Committed by
GitHub
Jul 06, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Pin version of TFLint's GPG key URL (#605)
parent
300814be
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
devcontainer-feature.json
src/terraform/devcontainer-feature.json
+2
-2
install.sh
src/terraform/install.sh
+1
-1
No files found.
src/terraform/devcontainer-feature.json
View file @
c4ffeebd
{
{
"id"
:
"terraform"
,
"id"
:
"terraform"
,
"version"
:
"1.3.
2
"
,
"version"
:
"1.3.
3
"
,
"name"
:
"Terraform, tflint, and TFGrunt"
,
"name"
:
"Terraform, tflint, and TFGrunt"
,
"documentationURL"
:
"https://github.com/devcontainers/features/tree/main/src/terraform"
,
"documentationURL"
:
"https://github.com/devcontainers/features/tree/main/src/terraform"
,
"description"
:
"Installs the Terraform CLI and optionally TFLint and Terragrunt. Auto-detects latest version and installs needed dependencies."
,
"description"
:
"Installs the Terraform CLI and optionally TFLint and Terragrunt. Auto-detects latest version and installs needed dependencies."
,
...
...
src/terraform/install.sh
View file @
c4ffeebd
...
@@ -27,7 +27,7 @@ TFSEC_SHA256="${TFSEC_SHA256:-"automatic"}"
...
@@ -27,7 +27,7 @@ TFSEC_SHA256="${TFSEC_SHA256:-"automatic"}"
TERRAFORM_DOCS_SHA256
=
"
${
TERRAFORM_DOCS_SHA256
:-
"automatic"
}
"
TERRAFORM_DOCS_SHA256
=
"
${
TERRAFORM_DOCS_SHA256
:-
"automatic"
}
"
TERRAFORM_GPG_KEY
=
"72D7468F"
TERRAFORM_GPG_KEY
=
"72D7468F"
TFLINT_GPG_KEY_URI
=
"https://raw.githubusercontent.com/terraform-linters/tflint/
master
/8CE69160EB3F2FE9.key"
TFLINT_GPG_KEY_URI
=
"https://raw.githubusercontent.com/terraform-linters/tflint/
v0.46.1
/8CE69160EB3F2FE9.key"
GPG_KEY_SERVERS
=
"keyserver hkps://keyserver.ubuntu.com
GPG_KEY_SERVERS
=
"keyserver hkps://keyserver.ubuntu.com
keyserver hkps://keys.openpgp.org
keyserver hkps://keys.openpgp.org
keyserver hkps://keyserver.pgp.com"
keyserver hkps://keyserver.pgp.com"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment