Skip to content

Commit 0205bb7

Browse files
add(oci): add home_region to metadata
1 parent 9fc2d68 commit 0205bb7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sysdig/resource_sysdig_secure_cloud_auth_account_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -756,9 +756,9 @@ resource "sysdig_secure_cloud_auth_account" "sample" {
756756
user_id = "user-id"
757757
# region = "region"
758758
}
759-
policy = {
760-
policy_id = "policy-id"
761-
}
759+
# policy = {
760+
# policy_id = "policy-id"
761+
# }
762762
}
763763
})
764764
}

0 commit comments

Comments
 (0)