Skip to content

Commit 669ffeb

Browse files
cloudauth_account: fix oci test (#597)
1 parent d9db295 commit 669ffeb

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -754,9 +754,9 @@ resource "sysdig_secure_cloud_auth_account" "sample" {
754754
oci = {
755755
api_key = {
756756
user_id = "user-id"
757-
# region = "region"
758-
# fingerprint = "fingerprint"
759-
# private_key = "private_key"
757+
region = "region"
758+
fingerprint = "fingerprint"
759+
private_key = "private_key"
760760
}
761761
policy = {
762762
policy_id = "policy-id"

0 commit comments

Comments
 (0)