-
Notifications
You must be signed in to change notification settings - Fork 561
[terraform] - Fix terraform installation in ubuntu noble. #1421
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
AlvaroRausell
merged 14 commits into
devcontainers:main
from
Kaniska244:gpg_fix_ubuntu_noble
Aug 12, 2025
Merged
Changes from 8 commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
b1267c9
[terraform] - Fix terraform installation in ubuntu noble.
Kaniska244 3d03b12
Adding warning message.
Kaniska244 42dcd87
Small changes in the test scripts.
Kaniska244 ee543e2
Apply suggestions from code review, removing whitespaces.
Kaniska244 67062ca
Apply suggestions from code review, to convert into a generic function.
Kaniska244 b6fa4f3
Adding further on review comments
Kaniska244 476ff73
Update src/terraform/install.sh, updating comment.
Kaniska244 908208a
Update src/terraform/install.sh, removing whitespaces
Kaniska244 d63356a
Further change to put function for common code as per review comment.
Kaniska244 0cba8f4
Corrections done based on review comments.
Kaniska244 f425e6b
Further corrections.
Kaniska244 a194659
Update src/terraform/install.sh
Kaniska244 d042293
Correction in error handling based on review comment.
Kaniska244 d1901e8
To check if able start tests
Kaniska244 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| #!/bin/bash | ||
|
|
||
| set -e | ||
|
|
||
| # Import test library | ||
| source dev-container-features-test-lib | ||
|
|
||
| # Check to make sure the user is vscode | ||
| check "user is vscode" whoami | grep vscode | ||
|
|
||
| # Check if terraform was installed correctly | ||
| check "terraform installed" terraform --version | ||
|
|
||
| check "tflint" tflint --version | ||
|
|
||
| # Report results | ||
| reportResults | ||
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,21 @@ | ||
| #!/bin/bash | ||
|
|
||
| set -e | ||
|
|
||
| # Import test library for `check` command | ||
| source dev-container-features-test-lib | ||
|
|
||
| # Check to make sure the user is vscode | ||
| check "user is vscode" whoami | grep vscode | ||
|
|
||
| # Check if terraform was installed correctly | ||
| check "terraform installed" terraform --version | ||
|
|
||
| check "tflint" tflint --version | ||
|
|
||
| # Sentinel specific tests | ||
| check "sentinel" sentinel --version | ||
|
|
||
| # Report result | ||
| reportResults | ||
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.