Skip to content

Commit

Permalink
Use inherit_env variable in TF workload module
Browse files Browse the repository at this point in the history
  • Loading branch information
zzaakiirr committed Nov 26, 2024
1 parent cb3abb1 commit 1be9c15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/core/terraform_config/workload/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ resource "cpln_workload" "workload" {
args = container.value.args
command = container.value.command
env = container.value.envs
inherit_env = container.value.inherit_env
image = container.value.image

cpu = container.value.cpu
Expand Down

0 comments on commit 1be9c15

Please sign in to comment.