Skip to content

Commit

Permalink
Integrate upstream 0.16.0 changes (#2)
Browse files Browse the repository at this point in the history
- Integrate upstream 0.16.0 changes
- Includes updates for terraform 0.13+ support
  • Loading branch information
albertrdixon authored Jun 21, 2021
1 parent 26e22b2 commit 3c29744
Show file tree
Hide file tree
Showing 22 changed files with 469 additions and 477 deletions.
15 changes: 1 addition & 14 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,14 +1 @@
# Use this file to define individuals or teams that are responsible for code in a repository.
# Read more: <https://help.github.com/articles/about-codeowners/>
#
# Order is important: the last matching pattern takes the most precedence

# These owners will be the default owners for everything
* @cloudposse/engineering @cloudposse/contributors

# Cloud Posse must review any changes to Makefiles
**/Makefile @cloudposse/engineering
**/Makefile.* @cloudposse/engineering

# Cloud Posse must review any changes to GitHub actions
.github/* @cloudposse/engineering
* @sagansystems/platform
37 changes: 0 additions & 37 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

18 changes: 0 additions & 18 deletions .github/ISSUE_TEMPLATE/config.yml

This file was deleted.

36 changes: 0 additions & 36 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

Empty file removed .github/ISSUE_TEMPLATE/question.md
Empty file.
13 changes: 0 additions & 13 deletions .github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

40 changes: 0 additions & 40 deletions .github/auto-release.yml

This file was deleted.

19 changes: 0 additions & 19 deletions .github/workflows/auto-release.yml

This file was deleted.

37 changes: 0 additions & 37 deletions .github/workflows/chatops.yml

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
*.tfstate
*.tfstate.backup
*.terraform.tfstate*
**/.terraform.lock.hcl

# Module directory
.terraform
Expand Down
Loading

0 comments on commit 3c29744

Please sign in to comment.