Skip to content

Commit 726689e

Browse files
SSPROD-54060 - add(org): new rootID field
1 parent 59c854d commit 726689e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sysdig/resource_sysdig_secure_organization_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ resource "sysdig_secure_cloud_auth_account" "sample" {
121121
}
122122
resource "sysdig_secure_organization" "sample-org" {
123123
management_account_id = sysdig_secure_cloud_auth_account.sample.id
124+
organization_root_id = "test-id"
124125
}
125126
`, accountID, test_service_account_key_encoded, test_service_account_key_encoded)
126127
}

0 commit comments

Comments
 (0)