diff --git a/terraform/main.tf b/terraform/main.tf index 9c98069b..1640e2cd 100644 --- a/terraform/main.tf +++ b/terraform/main.tf @@ -7,7 +7,7 @@ resource "juju_application" "testflinger" { charm { name = "testflinger-k8s" series = "jammy" - channel = "edge" + channel = var.environment == "production" ? "stable" : "edge" } config = {