File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -185,7 +185,6 @@ No modules.
185
185
| <a name =" output_secret_binary " ></a > [ secret\_ binary] ( #output\_ secret\_ binary ) | The secret binary |
186
186
| <a name =" output_secret_id " ></a > [ secret\_ id] ( #output\_ secret\_ id ) | The ID of the secret |
187
187
| <a name =" output_secret_name " ></a > [ secret\_ name] ( #output\_ secret\_ name ) | The name of the secret |
188
- | <a name =" output_secret_region " ></a > [ secret\_ region] ( #output\_ secret\_ region ) | The region of the secret |
189
188
| <a name =" output_secret_replica " ></a > [ secret\_ replica] ( #output\_ secret\_ replica ) | Attributes of the replica created |
190
189
| <a name =" output_secret_string " ></a > [ secret\_ string] ( #output\_ secret\_ string ) | The secret string |
191
190
| <a name =" output_secret_version_id " ></a > [ secret\_ version\_ id] ( #output\_ secret\_ version\_ id ) | The unique identifier of the version of the secret |
Original file line number Diff line number Diff line change @@ -34,11 +34,6 @@ output "secret_binary" {
34
34
value = try (aws_secretsmanager_secret_version. this [0 ]. secret_binary , aws_secretsmanager_secret_version. ignore_changes [0 ]. secret_binary , null )
35
35
}
36
36
37
- output "secret_region" {
38
- description = " The region of the secret"
39
- value = try (aws_secretsmanager_secret. this [0 ]. region , null )
40
- }
41
-
42
37
# ###############################################################################
43
38
# Version
44
39
# ###############################################################################
You can’t perform that action at this time.
0 commit comments