Skip to content

Commit

Permalink
Merge pull request #11 from tetsuya28/fix-github-provider
Browse files Browse the repository at this point in the history
Add GitHub provider owner
  • Loading branch information
tetsuya28 authored Dec 31, 2023
2 parents 62262a1 + 946d3cb commit a39ec03
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions module/provider.tf
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
terraform {
required_providers {
aws = {
source = "hashicorp/aws"
}
github = {
source = "integrations/github"
}
}
aws = {
source = "hashicorp/aws"
}
github = {
source = "integrations/github"
}
}
}

provider "github" {
owner = "tetsuya28"
}

0 comments on commit a39ec03

Please sign in to comment.