Skip to content

Commit

Permalink
Remove quotes around array attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
denys-octopus committed Nov 12, 2024
1 parent a145ba0 commit 5686c7f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func testListeningTentacleWorkerMandatory(data listeningTentacleWorkerTestData,
resource "octopusdeploy_listening_tentacle_worker" "%s" {
name = "%s"
machine_policy_id = "%s"
worker_pool_ids = "%s"
worker_pool_ids = %s
uri = "%s"
thumbprint = "%s"
}
Expand All @@ -83,7 +83,7 @@ func testListeningTentacleWorkerAll(data listeningTentacleWorkerTestData, localN
resource "octopusdeploy_listening_tentacle_worker" "%s" {
name = "%s"
machine_policy_id = "%s"
worker_pool_ids = "%s"
worker_pool_ids = %s
uri = "%s"
thumbprint = "%s"
proxy_id = "%s"
Expand Down

0 comments on commit 5686c7f

Please sign in to comment.