Skip to content

Commit 2b7c406

Browse files
committed
fix: runner should have a default
Signed-off-by: matttrach <matt.trachier@suse.com>
1 parent 593058e commit 2b7c406

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

examples/downstream/variables.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ variable "runner_ip" {
6464
The IP of the sever running Terraform.
6565
Only this IP will have access to the cluster.
6666
EOT
67+
default = ""
6768
}
6869
variable "aws_access_key_id" {
6970
type = string

0 commit comments

Comments
 (0)