File tree Expand file tree Collapse file tree 3 files changed +13
-0
lines changed
Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -121,6 +121,7 @@ No modules.
121121
122122| Name | Description |
123123| ------| -------------|
124+ | <a name =" output_access_key " ></a > [ access\_ key] ( #output\_ access\_ key ) | Workload Protection instance access key. |
124125| <a name =" output_api_endpoint " ></a > [ api\_ endpoint] ( #output\_ api\_ endpoint ) | API endpoint. |
125126| <a name =" output_crn " ></a > [ crn] ( #output\_ crn ) | CRN of created SCC WP instance. |
126127| <a name =" output_id " ></a > [ id] ( #output\_ id ) | ID of created SCC WP instance. |
Original file line number Diff line number Diff line change @@ -28,3 +28,9 @@ output "api_endpoint" {
2828 value = module. scc_wp . api_endpoint
2929 sensitive = true
3030}
31+
32+ output "access_key" {
33+ description = " Workload Protection instance access key."
34+ value = module. scc_wp . access_key
35+ sensitive = true
36+ }
Original file line number Diff line number Diff line change @@ -28,3 +28,9 @@ output "api_endpoint" {
2828 value = ibm_resource_key. scc_wp_resource_key . credentials [" Sysdig Endpoint" ]
2929 sensitive = true
3030}
31+
32+ output "access_key" {
33+ description = " Workload Protection instance access key."
34+ value = ibm_resource_key. scc_wp_resource_key . credentials [" Sysdig Access Key" ]
35+ sensitive = true
36+ }
You can’t perform that action at this time.
0 commit comments