File tree Expand file tree Collapse file tree 4 files changed +16
-0
lines changed
Expand file tree Collapse file tree 4 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -127,6 +127,7 @@ No modules.
127127| <a name =" output_access_key " ></a > [ access\_ key] ( #output\_ access\_ key ) | Workload Protection instance access key. |
128128| <a name =" output_api_endpoint " ></a > [ api\_ endpoint] ( #output\_ api\_ endpoint ) | API endpoint. |
129129| <a name =" output_crn " ></a > [ crn] ( #output\_ crn ) | CRN of created SCC WP instance. |
130+ | <a name =" output_guid " ></a > [ guid] ( #output\_ guid ) | GUID of created SCC WP instance. |
130131| <a name =" output_id " ></a > [ id] ( #output\_ id ) | ID of created SCC WP instance. |
131132| <a name =" output_ingestion_endpoint " ></a > [ ingestion\_ endpoint] ( #output\_ ingestion\_ endpoint ) | Ingestion endpoint. |
132133| <a name =" output_name " ></a > [ name] ( #output\_ name ) | Name of created SCC WP instance. |
Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ output "id" {
77 value = module. scc_wp . id
88}
99
10+ output "guid" {
11+ description = " GUID of created SCC WP instance."
12+ value = module. scc_wp . guid
13+ }
14+
1015output "crn" {
1116 description = " CRN of created SCC WP instance."
1217 value = module. scc_wp . crn
Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ output "id" {
77 value = module. scc_wp . id
88}
99
10+ output "guid" {
11+ description = " GUID of created SCC WP instance."
12+ value = module. scc_wp . guid
13+ }
14+
1015output "crn" {
1116 description = " CRN of created SCC WP instance."
1217 value = module. scc_wp . crn
Original file line number Diff line number Diff line change @@ -12,6 +12,11 @@ output "id" {
1212 value = ibm_resource_instance. scc_wp . id
1313}
1414
15+ output "guid" {
16+ description = " GUID of created SCC WP instance."
17+ value = ibm_resource_instance. scc_wp . guid
18+ }
19+
1520output "crn" {
1621 description = " CRN of created SCC WP instance."
1722 value = ibm_resource_instance. scc_wp . crn
You can’t perform that action at this time.
0 commit comments