Skip to content

Commit

Permalink
re-adding tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Arnold committed Aug 21, 2024
1 parent 73edcf4 commit 1654d76
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions github_repo.tftest.hcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# valid_string_concat.tftest.hcl
variables {
force_name = true
github_is_private = true
repo_org = "HappyPathway"
name = "github-repo-test"
enforce_prs = false
archive_on_destroy = false
}

run "repo_tests" {

command = plan

assert {
condition = github_repository.repo.name == "github-repo-test"
error_message = "Github Repo name did not match expected"
}
}

0 comments on commit 1654d76

Please sign in to comment.