Skip to content

Commit

Permalink
Add GitHub provider owner
Browse files Browse the repository at this point in the history
  • Loading branch information
tetsuya28 committed Dec 31, 2023
1 parent 62262a1 commit 946d3cb
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 946d3cb

Please sign in to comment.