Skip to content

Commit

Permalink
Set read only root (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
bruce-y authored Mar 22, 2024
1 parent b610d1d commit 64dd29d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ module "cloud_run" {
"SUPERBLOCKS_ORCHESTRATOR_AGENT_TAGS" = "${var.superblocks_agent_tags}"
"SUPERBLOCKS_ORCHESTRATOR_DATA_DOMAIN" = "${var.superblocks_agent_data_domain}"
"SUPERBLOCKS_ORCHESTRATOR_HANDLE_CORS" = "${var.superblocks_agent_handle_cors}"
"S6_READ_ONLY_ROOT" = "1"
}, var.superblocks_additional_env_vars)
container_cpu_throttling = var.container_cpu_throttling
container_requests_cpu = var.container_requests_cpu
Expand Down

0 comments on commit 64dd29d

Please sign in to comment.