Skip to content

Commit cc2a4f6

Browse files
Add missing machine policy
1 parent 688ccd2 commit cc2a4f6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

test/terraform/33-sha1certificates/targets.tf

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
data "octopusdeploy_machine_policies" "default_machine_policy" {
2+
ids = null
3+
partial_name = "Default Machine Policy"
4+
skip = 0
5+
take = 1
6+
}
7+
18
data "octopusdeploy_worker_pools" "workerpool_default" {
29
name = "Default Worker Pool"
310
ids = null

0 commit comments

Comments
 (0)