Skip to content

Commit

Permalink
fix property
Browse files Browse the repository at this point in the history
  • Loading branch information
zentron committed Jul 18, 2024
1 parent 2494f10 commit 223f6aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/53-scheduledprojecttrigger/Tenanted.tf
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ resource "octopusdeploy_tenant" "tenant_team_b" {
resource "octopusdeploy_tenant_project" "team_b_tenanted" {
tenant_id = octopusdeploy_tenant.tenant_team_b.id
project_id = octopusdeploy_project.tenanted.id
environment_id = [octopusdeploy_environment.env_1.id, octopusdeploy_environment.env_2.id]
environment_ids = [octopusdeploy_environment.env_1.id, octopusdeploy_environment.env_2.id]
space_id = var.octopus_space_id
}

Expand Down

0 comments on commit 223f6aa

Please sign in to comment.