Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3346828
D12989.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1022 B
Referenced Files
None
Subscribers
None
D12989.diff
View Options
diff --git a/services/terraform/remote/service_backup.tf b/services/terraform/remote/service_backup.tf
--- a/services/terraform/remote/service_backup.tf
+++ b/services/terraform/remote/service_backup.tf
@@ -23,6 +23,7 @@
essential = true
portMappings = [
{
+ name = local.backup_sc_port_name
containerPort = local.backup_service_container_http_port
protocol = "tcp"
appProtocol = "http"
diff --git a/services/terraform/remote/service_identity.tf b/services/terraform/remote/service_identity.tf
--- a/services/terraform/remote/service_identity.tf
+++ b/services/terraform/remote/service_identity.tf
@@ -1,5 +1,5 @@
locals {
- identity_service_image_tag = local.is_staging ? "0.34-staging" : "0.33"
+ identity_service_image_tag = local.is_staging ? "0.34-staging" : "0.34"
identity_service_server_image = "commapp/identity-server:${local.identity_service_image_tag}"
identity_service_container_name = "identity-server"
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 23, 9:59 AM (18 h, 14 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2570155
Default Alt Text
D12989.diff (1022 B)
Attached To
Mode
D12989: [terraform] Deploy Identity 0.34 to production
Attached
Detach File
Event Timeline
Log In to Comment