Skip to content

Commit

Permalink
cleanup template stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
imjasonh committed Jun 27, 2022
1 parent d4e3461 commit e508099
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 71 deletions.
1 change: 0 additions & 1 deletion .github/CODEOWNERS

This file was deleted.

5 changes: 0 additions & 5 deletions .github/CODE_OF_CONDUCT.md

This file was deleted.

43 changes: 0 additions & 43 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

10 changes: 2 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
# See GitHub's docs for more information on this file:
# https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates to GitHub Actions every weekday
interval: "daily"
interval: "weekly"

# Maintain dependencies for Go modules
- package-ecosystem: "gomod"
directory: "/"
schedule:
# Check for updates to Go modules every weekday
interval: "daily"
interval: "weekly"
3 changes: 0 additions & 3 deletions CHANGELOG.md

This file was deleted.

2 changes: 1 addition & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

After that, `go generate ./...`

# Running acceptance tests:
# Running acceptance tests

```
TF_ACC=1 go test ./internal/provider/...
Expand Down
2 changes: 1 addition & 1 deletion example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
ko = {
source = "imjasonh/ko"
version = "0.0.1-pre.3"
version = "0.0.1-pre.4"
}
google = {
source = "hashicorp/google"
Expand Down
9 changes: 0 additions & 9 deletions examples/README.md

This file was deleted.

0 comments on commit e508099

Please sign in to comment.