-
Notifications
You must be signed in to change notification settings - Fork 660
feat: add spot termination watcher (beta) #3789
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
Merged
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
2826df7
feat: add lambda to watch spot termination warnings
npalm ffb5500
feat: add lambda to watch spot termination warnings
npalm 2c11973
feat: add lambda to watch spot termination warnings
npalm 871caf5
end end comment for docs
npalm 8e217aa
docs: auto update terraform docs
github-actions[bot] 8fea5b8
prettier
npalm 0b71feb
cleanup
npalm 2f7a442
prettier
npalm dd5e8aa
fix middy
npalm 175f15a
cleanup
npalm 90989af
docs: auto update terraform docs
github-actions[bot] a0654f8
adjust coverage gates
npalm ea0a9a6
add multi-runner
npalm b768c0a
docs: auto update terraform docs
github-actions[bot] a64da0c
spot termination watcher
npalm 87a0346
docs: auto update terraform docs
github-actions[bot] 0212885
format
npalm ecf7aa4
run update docs wwith app
npalm 9fa2006
docs: auto update terraform docs
forest-pr[bot] a84d9b5
own review
npalm 0aec5e7
add termination watchter outputs
npalm 8968a90
docs: auto update terraform docs
forest-pr[bot] 53b5b7c
fix lint
npalm 2beaf18
update example
npalm a90d4c1
update example
npalm 388dbe1
update example
npalm e3684a8
update example
npalm 2ab2b42
update ci
npalm 9869dcc
docs: auto update terraform docs
forest-pr[bot] 2a1c36a
create docs entry
npalm 708dfe3
update docs
npalm 464d35d
docs: auto update terraform docs
forest-pr[bot] 102761c
update docs
npalm 9f46ffc
docs: auto update terraform docs
forest-pr[bot] f8a134b
update lock file
npalm 0a0a0f9
update lock file for new module
npalm 16a84ec
docs: auto update terraform docs
forest-pr[bot] 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,10 +16,32 @@ jobs: | |
name: Auto update terraform docs | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: philips-software/app-token-action@9f5d57062c9f2beaffafaa9a34f66f824ead63a9 # v2.0.0 | ||
id: app | ||
with: | ||
app_id: ${{ vars.FOREST_PR_BOT_APP_ID }} | ||
app_base64_private_key: ${{ secrets.FOREST_PR_BOT_APP_KEY_BASE64 }} | ||
auth_type: installation | ||
org: philips-labs | ||
|
||
- name: Checkout with GITHUB Action token | ||
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # ratchet:actions/checkout@v4 | ||
with: | ||
token: ${{ steps.app.outputs.token }} | ||
|
||
# use an app to ensure CI is triggered | ||
- name: Generate TF docs | ||
if: github.repository_owner == 'philips-labs' | ||
uses: terraform-docs/gh-actions@f6d59f89a280fa0a3febf55ef68f146784b20ba0 # ratchet:terraform-docs/[email protected] | ||
with: | ||
find-dir: . | ||
git-commit-message: "docs: auto update terraform docs" | ||
git-push: ${{ github.ref != 'refs/heads/main' || github.repository_owner != 'philips-labs' }} | ||
git-push-user-name: forest-pr|bot | ||
git-push-user-email: "forest-pr[bot]@users.noreply.github.com" | ||
|
||
- name: Generate TF docs (forks) | ||
if: github.repository_owner != 'philips-labs' | ||
uses: terraform-docs/gh-actions@f6d59f89a280fa0a3febf55ef68f146784b20ba0 # ratchet:terraform-docs/[email protected] | ||
with: | ||
find-dir: . | ||
|
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 @@ | ||
--8<-- "examples/termination-watcher/README.md" | ||
npalm marked this conversation as resolved.
Show resolved
Hide resolved
|
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.
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.