Skip to content

Commit

Permalink
fix incorrect test config
Browse files Browse the repository at this point in the history
  • Loading branch information
HuyPhanNguyen committed Jul 30, 2024
1 parent 7a11f03 commit 59a3ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/39-projectgitusername/project.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ resource "octopusdeploy_project" "deploy_frontend_project" {
discrete_channel_release = false
is_disabled = false
is_discrete_channel_release = false
is_version_controlled = false
is_version_controlled = true // use git_username_password_persistence_settings so this need to set to true
lifecycle_id = data.octopusdeploy_lifecycles.lifecycle_default_lifecycle.lifecycles[0].id
name = "Test"
project_group_id = octopusdeploy_project_group.project_group_test.id
Expand Down

0 comments on commit 59a3ae7

Please sign in to comment.