Skip to content

Commit

Permalink
cloudauth_account: fix oci test (#597)
Browse files Browse the repository at this point in the history
  • Loading branch information
jose-pablo-camacho authored Jan 22, 2025
1 parent d9db295 commit 669ffeb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sysdig/resource_sysdig_secure_cloud_auth_account_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -754,9 +754,9 @@ resource "sysdig_secure_cloud_auth_account" "sample" {
oci = {
api_key = {
user_id = "user-id"
# region = "region"
# fingerprint = "fingerprint"
# private_key = "private_key"
region = "region"
fingerprint = "fingerprint"
private_key = "private_key"
}
policy = {
policy_id = "policy-id"
Expand Down

0 comments on commit 669ffeb

Please sign in to comment.