File tree 7 files changed +23
-1
lines changed
7 files changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -115,6 +115,7 @@ You need the following permissions to run this module.
115
115
| <a name =" output_secrets_manager_guid " ></a > [ secrets\_ manager\_ guid] ( #output\_ secrets\_ manager\_ guid ) | GUID of Secrets Manager instance |
116
116
| <a name =" output_secrets_manager_id " ></a > [ secrets\_ manager\_ id] ( #output\_ secrets\_ manager\_ id ) | ID of the Secrets Manager instance |
117
117
| <a name =" output_secrets_manager_name " ></a > [ secrets\_ manager\_ name] ( #output\_ secrets\_ manager\_ name ) | Name of the Secrets Manager instance |
118
+ | <a name =" output_secrets_manager_region " ></a > [ secrets\_ manager\_ region] ( #output\_ secrets\_ manager\_ region ) | Region of the Secrets Manager instance |
118
119
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
119
120
120
121
<!-- Leave this section as is so that your module has a link to local development environment set up steps for contributors to follow -->
Original file line number Diff line number Diff line change @@ -2,3 +2,8 @@ output "secrets_manager_guid" {
2
2
value = module. secrets_manager . secrets_manager_guid
3
3
description = " GUID of Secrets Manager instance."
4
4
}
5
+
6
+ output "secrets_manager_region" {
7
+ value = module. secrets_manager . secrets_manager_region
8
+ description = " Region of the Secrets Manager instance"
9
+ }
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ variable "ibmcloud_api_key" {
7
7
variable "prefix" {
8
8
type = string
9
9
description = " Prefix for sm instance"
10
- default = " secrets-manager-test "
10
+ default = " secrets-manager-basic "
11
11
}
12
12
13
13
variable "region" {
Original file line number Diff line number Diff line change @@ -67,4 +67,5 @@ No resources.
67
67
| <a name =" output_secrets_manager_guid " ></a > [ secrets\_ manager\_ guid] ( #output\_ secrets\_ manager\_ guid ) | GUID of Secrets Manager instance |
68
68
| <a name =" output_secrets_manager_id " ></a > [ secrets\_ manager\_ id] ( #output\_ secrets\_ manager\_ id ) | ID of the Secrets Manager instance |
69
69
| <a name =" output_secrets_manager_name " ></a > [ secrets\_ manager\_ name] ( #output\_ secrets\_ manager\_ name ) | Name of the Secrets Manager instance |
70
+ | <a name =" output_secrets_manager_region " ></a > [ secrets\_ manager\_ region] ( #output\_ secrets\_ manager\_ region ) | Region of the Secrets Manager instance |
70
71
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
Original file line number Diff line number Diff line change @@ -21,3 +21,8 @@ output "secrets_manager_crn" {
21
21
value = module. secrets_manager . secrets_manager_crn
22
22
description = " CRN of the Secrets Manager instance"
23
23
}
24
+
25
+ output "secrets_manager_region" {
26
+ value = module. secrets_manager . secrets_manager_region
27
+ description = " Region of the Secrets Manager instance"
28
+ }
Original file line number Diff line number Diff line change @@ -22,4 +22,9 @@ output "secrets_manager_crn" {
22
22
description = " CRN of the Secrets Manager instance"
23
23
}
24
24
25
+ output "secrets_manager_region" {
26
+ value = var. region
27
+ description = " Region of the Secrets Manager instance"
28
+ }
29
+
25
30
# #############################################################################
Original file line number Diff line number Diff line change @@ -27,3 +27,8 @@ output "secrets_manager_crn" {
27
27
value = module. secrets_manager . secrets_manager_crn
28
28
description = " CRN of the Secrets Manager instance"
29
29
}
30
+
31
+ output "secrets_manager_region" {
32
+ value = module. secrets_manager . secrets_manager_region
33
+ description = " Region of the Secrets Manager instance"
34
+ }
You can’t perform that action at this time.
0 commit comments