Skip to content

Commit

Permalink
make fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gomez385 committed Aug 16, 2024
1 parent 89b3085 commit c382b01
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 34 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,5 @@ override.tf.json
# Ignore CLI configuration files
.terraformrc
terraform.rc

.terraform.lock.hcl
67 changes: 34 additions & 33 deletions .terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ locals {
gomez385 = "push"
}
pull_request_bypassers = [
"arnol377"
"arnol377",
"gomez385"
]
}

Expand Down

0 comments on commit c382b01

Please sign in to comment.