diff --git a/README.md b/README.md
index 53817a3b..50f59300 100644
--- a/README.md
+++ b/README.md
@@ -234,9 +234,9 @@ Upgrades must be executed in step-wise fashion from one version to the next. You
| Name | Description |
|------|-------------|
| [bucket\_name](#output\_bucket\_name) | n/a |
+| [bucket\_path](#output\_bucket\_path) | n/a |
| [bucket\_queue\_name](#output\_bucket\_queue\_name) | n/a |
| [bucket\_region](#output\_bucket\_region) | n/a |
-| [bucket\_path](#output\_bucket\_path) | n/a |
| [cluster\_id](#output\_cluster\_id) | n/a |
| [cluster\_node\_role](#output\_cluster\_node\_role) | n/a |
| [database\_connection\_string](#output\_database\_connection\_string) | n/a |
diff --git a/outputs.tf b/outputs.tf
index a4ad51cf..04d1c6af 100644
--- a/outputs.tf
+++ b/outputs.tf
@@ -1,15 +1,15 @@
output "bucket_name" {
value = local.bucket_name
}
+output "bucket_path" {
+ value = var.bucket_path
+}
output "bucket_queue_name" {
value = local.bucket_queue_name
}
output "bucket_region" {
value = data.aws_s3_bucket.file_storage.region
}
-output "bucket_path" {
- value = var.bucket_path
-}
output "cluster_id" {
value = module.app_eks.cluster_id