feat(module): add output variable arn
and deprecate output variable iam_role_arn
All checks were successful
main / test (push) Successful in 1m45s
All checks were successful
main / test (push) Successful in 1m45s
This commit is contained in:
parent
336e7703d6
commit
4af84faa08
9 changed files with 115 additions and 2 deletions
16
.forgejo/workflows/main.yaml
Normal file
16
.forgejo/workflows/main.yaml
Normal file
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
name: 'main'
|
||||
|
||||
on:
|
||||
push:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: 'self-hosted'
|
||||
steps:
|
||||
- uses: 'actions/checkout@v4'
|
||||
- uses: "https://git.adyxax.org/adyxax/action-tofu-aws-test@1.0.0"
|
||||
with:
|
||||
aws-access-key-id: "${{ vars.AWS_ACCESS_KEY_ID }}"
|
||||
aws-access-key-secret: "${{ secrets.AWS_ACCESS_KEY_SECRET }}"
|
Loading…
Add table
Add a link
Reference in a new issue