Skip to content
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

Test GHA #3

Merged
merged 38 commits into from
Oct 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
f37dbb5
Test GHA
goruha Oct 3, 2024
17c1c56
Merge branch 'main' into test-gha
goruha Oct 3, 2024
7aff7fa
Fix branch workflow
goruha Oct 4, 2024
082b383
Update outputs.tf
goruha Oct 8, 2024
ee11a29
Added workflows
goruha Oct 8, 2024
4c0472e
Added workflows
goruha Oct 8, 2024
60ff121
Added workflows
goruha Oct 8, 2024
ff3521d
chore: update README.md
actions-user Oct 8, 2024
4806e8b
Update main.tf
goruha Oct 8, 2024
ac9c650
Update outputs.tf
goruha Oct 8, 2024
4657121
Update Makefile
goruha Oct 8, 2024
a2f6863
Added readme
goruha Oct 9, 2024
d6377e3
chore: update README.md
actions-user Oct 9, 2024
53af2b6
Update outputs.tf
goruha Oct 9, 2024
a6714c7
chore: update README.md
actions-user Oct 9, 2024
329ece1
Update outputs.tf
goruha Oct 9, 2024
f7dd7b6
chore: update README.md
actions-user Oct 9, 2024
9c9146a
Update outputs.tf
goruha Oct 9, 2024
61a3b16
chore: update README.md
actions-user Oct 9, 2024
b523f27
Update outputs.tf
goruha Oct 9, 2024
7ef3ba6
chore: update README.md
actions-user Oct 9, 2024
ade43a5
Update outputs.tf
goruha Oct 9, 2024
7846bb0
Update outputs.tf
goruha Oct 9, 2024
fff9f6f
chore: update README.md
actions-user Oct 9, 2024
ad3a4f2
Added labels to PR on commit
goruha Oct 9, 2024
febb395
Merge branch 'test-gha' of github.com:cloudposse-terraform-components…
goruha Oct 9, 2024
7bf7446
chore: update README.md
actions-user Oct 9, 2024
782711c
Update outputs.tf
goruha Oct 9, 2024
9654610
chore: update README.md
actions-user Oct 9, 2024
45f3403
Update outputs.tf
goruha Oct 9, 2024
2899a04
chore: update README.md
actions-user Oct 9, 2024
6fa4725
Update outputs.tf
goruha Oct 9, 2024
e9858c6
chore: update README.md
actions-user Oct 9, 2024
aa3447a
Update outputs.tf
goruha Oct 9, 2024
90f13c4
Update Makefile
goruha Oct 9, 2024
05f9395
chore: update README.md
actions-user Oct 9, 2024
7dc5a9c
Update README.yaml
goruha Oct 10, 2024
4386bef
chore: update README.md
actions-user Oct 10, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .github/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion .github/workflows/branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ on:
- 'test/**'
- 'README.md'

permissions: {}
permissions:
contents: write
id-token: write
pull-requests: write

jobs:
component:
Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ aws-assumed-role/
# deps
Brewfile.lock.json

# docs targets
docs/terraform.md
docs/targets.md

# custom direnv and .env
.env*

Expand Down
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

all: init readme

readme: readme/build

test::
@echo "🚀 Starting tests..."
./test/run.sh
Expand Down
50 changes: 24 additions & 26 deletions README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 14 additions & 1 deletion README.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,21 @@ github_repo: "cloudposse-terraform-components/template"
description: |-
Description of this component

usage: |-
**Stack Level**: Regional

Here's an example snippet for how to use this component.

```yaml
components:
terraform:
foo:
vars:
enabled: true
```

include:
- "src/README.md"
- "docs/terraform.md"

tags:
- terraform
Expand Down
Loading