Skip to content

Commit

Permalink
OPS: Use new storage bucket for outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
cortadocodes committed Feb 17, 2025
1 parent 6793d4b commit 3a372b1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app_configuration.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"output_location": "gs://dev-octue-octue-twined/example-service-kueue/outputs"
"output_location": "gs://dev-octue-octue-sdk-python-octue-twined/example-service-kueue/outputs"
}
6 changes: 6 additions & 0 deletions terraform/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,9 @@ output "services_topic" {
description = "The Pub/Sub topic that all Octue Twined service events are published to."
value = module.octue_twined.services_topic
}


output "storage_bucket" {
description = "The `gs://` URL of the storage bucket used to store service inputs, outputs, and diagnostics."
value = module.octue_twined.storage_bucket
}

0 comments on commit 3a372b1

Please sign in to comment.