Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
zepeng811 committed Aug 23, 2022
1 parent 1961119 commit 9796838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ terraform {
# Configure the GitHub Provider
provider "github" {}

resource "github_branch" {
resource "github_branch" "branch" {
repository = "atlantis-dev"
branch = "tf-branch-1"
source_branch = "master"
Expand Down

0 comments on commit 9796838

Please sign in to comment.