Skip to content

Commit

Permalink
docs: added README
Browse files Browse the repository at this point in the history
  • Loading branch information
quixoticmonk committed Apr 23, 2024
1 parent 228cb35 commit 25a4c7f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@
name: Dev deployment
on:
pull_request:
paths-ignore:
- README.md
branches:
main
push:
paths-ignore:
- README.md
branches:
main
workflow_dispatch:
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Sample Github actions based workflow for Terraform based infrastructure.

The workflows referenced in the repo utilize the following capabilities:
- Target AWS account
- GitHub Environments
- GitHub's OIDC based IAM Role assumption
- Action marketplace for some of the common actions.
- Terraform AWS provider

0 comments on commit 25a4c7f

Please sign in to comment.