Skip to content

Commit

Permalink
alphabetical ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
levinandrew committed Aug 23, 2024
1 parent 9091861 commit 1961e85
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,9 @@ Upgrades must be executed in step-wise fashion from one version to the next. You
| Name | Description |
|------|-------------|
| <a name="output_bucket_name"></a> [bucket\_name](#output\_bucket\_name) | n/a |
| <a name="output_bucket_path"></a> [bucket\_path](#output\_bucket\_path) | n/a |
| <a name="output_bucket_queue_name"></a> [bucket\_queue\_name](#output\_bucket\_queue\_name) | n/a |
| <a name="output_bucket_region"></a> [bucket\_region](#output\_bucket\_region) | n/a |
| <a name="output_bucket_path"></a> [bucket\_path](#output\_bucket\_path) | n/a |
| <a name="output_cluster_id"></a> [cluster\_id](#output\_cluster\_id) | n/a |
| <a name="output_cluster_node_role"></a> [cluster\_node\_role](#output\_cluster\_node\_role) | n/a |
| <a name="output_database_connection_string"></a> [database\_connection\_string](#output\_database\_connection\_string) | n/a |
Expand Down
6 changes: 3 additions & 3 deletions outputs.tf
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 1961e85

Please sign in to comment.