We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 593058e commit 2b7c406Copy full SHA for 2b7c406
1 file changed
examples/downstream/variables.tf
@@ -64,6 +64,7 @@ variable "runner_ip" {
64
The IP of the sever running Terraform.
65
Only this IP will have access to the cluster.
66
EOT
67
+ default = ""
68
}
69
variable "aws_access_key_id" {
70
type = string
0 commit comments