Skip to content

Commit

Permalink
update harness test
Browse files Browse the repository at this point in the history
  • Loading branch information
TomerHeber committed Jul 30, 2024
1 parent 5313553 commit 14df918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/004_template/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ resource "env0_template" "gitlab_template" {
type = "terraform"
repository = data.env0_template.gitlab_template.repository
token_id = data.env0_template.gitlab_template.token_id
gitlab_project_id = 32315446
gitlab_project_id = var.second_run ? 32315446 : 434343
path = var.second_run ? "second" : "misc/null-resource"
retries_on_deploy = 3
retry_on_deploy_only_when_matches_regex = "abc"
Expand Down

0 comments on commit 14df918

Please sign in to comment.