Skip to content

Commit 2b944d0

Browse files
committed
chore: Remove region output
1 parent 8c83dc4 commit 2b944d0

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@ No modules.
185185
| <a name="output_secret_binary"></a> [secret\_binary](#output\_secret\_binary) | The secret binary |
186186
| <a name="output_secret_id"></a> [secret\_id](#output\_secret\_id) | The ID of the secret |
187187
| <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 |
189188
| <a name="output_secret_replica"></a> [secret\_replica](#output\_secret\_replica) | Attributes of the replica created |
190189
| <a name="output_secret_string"></a> [secret\_string](#output\_secret\_string) | The secret string |
191190
| <a name="output_secret_version_id"></a> [secret\_version\_id](#output\_secret\_version\_id) | The unique identifier of the version of the secret |

outputs.tf

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,6 @@ output "secret_binary" {
3434
value = try(aws_secretsmanager_secret_version.this[0].secret_binary, aws_secretsmanager_secret_version.ignore_changes[0].secret_binary, null)
3535
}
3636

37-
output "secret_region" {
38-
description = "The region of the secret"
39-
value = try(aws_secretsmanager_secret.this[0].region, null)
40-
}
41-
4237
################################################################################
4338
# Version
4439
################################################################################

0 commit comments

Comments
 (0)