-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* doc(#6): Added permissions scopes to doc chore(#9): Changed to using terraform fmt diff chore(#6): Revert fmt diff chore(#6): Add more example files chore(#6): Add more example files chore(#6): Add more example files * chore(#6): Add more example files * chore(#6): Get files changed for TF only chore(#6): Fix for printing to console chore(#6): Fix for printing to console chore(#6): Debugging print to console chore(#6): Debugging print to console chore(#6): Debugging print to console * fix(#6): Skip deleted files chore(#6): Debugging print to console chore(#6): Debugging print to console chore(#6): Remove extra echos * chore(#6): Version bump * chore(#6): Restructure tests and wording * chore(#6): Debug successful step marked as failed * chore(#6): Debug successful step marked as failed * chore: Remove debugs
- Loading branch information
Showing
7 changed files
with
79 additions
and
24 deletions.
There are no files selected for viewing
This file contains 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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
name: Latest Tag Updates | ||
on: | ||
release: | ||
types: [published] | ||
|
||
push: | ||
tags: | ||
- 'v*' | ||
jobs: | ||
run: | ||
permissions: | ||
|
This file contains 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 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 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 |
---|---|---|
@@ -1 +1 @@ | ||
v1.4.0 | ||
v1.4.1 |
This file contains 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 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,6 @@ | ||
terraform { | ||
required_version = ">= 0.12.31" | ||
|
||
|
||
|
||
} |
This file contains 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,7 @@ | ||
{ | ||
"ignore": { | ||
"this": | ||
"file" | ||
|
||
} | ||
} |