diff --git a/examples/downstream/variables.tf b/examples/downstream/variables.tf index fd3f0ca..9e699b9 100644 --- a/examples/downstream/variables.tf +++ b/examples/downstream/variables.tf @@ -64,6 +64,7 @@ variable "runner_ip" { The IP of the sever running Terraform. Only this IP will have access to the cluster. EOT + default = "" } variable "aws_access_key_id" { type = string