-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SSPROD-51715 - fix(oci): add cspm user in customer tenant to support …
…identity resources (#9) * fix(oci): add cspm user in customer tenant to support identity resources * fix(oci): add cspm user in customer tenant to support identity resources * fix(oci): add cspm user in customer tenant to support identity resources * fix(oci): add cspm user in customer tenant to support identity resources * fix(oci): add cspm user in customer tenant to support identity resources * fix(oci): add cspm user in customer tenant to support identity resources
- Loading branch information
1 parent
b0af0a9
commit 91de463
Showing
8 changed files
with
88 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,6 +21,24 @@ variable "sysdig_secure_account_id" { | |
} | ||
|
||
variable "region" { | ||
type = string | ||
type = string | ||
description = "(Required) Customer home region" | ||
} | ||
|
||
variable "private_key_file_path" { | ||
description = "Path to the private key file" | ||
type = string | ||
default = "" | ||
} | ||
|
||
variable "public_key_file_path" { | ||
description = "Path to the public key file" | ||
type = string | ||
default = "" | ||
} | ||
|
||
variable "email" { | ||
description = "Email for user created on customer tenant" | ||
type = string | ||
default = "[email protected]" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters