Skip to content

Commit

Permalink
Fix variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Blefish authored and flaupretre committed Jun 10, 2024
1 parent 2d9de69 commit 605e3ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ data "external" "ssh_tunnel" {
shell_cmd = var.shell_cmd
ssh_cmd = var.ssh_cmd
gcloud_cmd = var.gcloud_cmd
iap_project = var.iap_gcp_project
iap_zone = var.iap_gcp_zone
iap_project = var.iap_project
iap_zone = var.iap_zone
kubectl_cmd = var.kubectl_cmd
kubectl_context = var.kubectl_context
kubectl_namespace = var.kubectl_namespace
parent_wait_sleep = var.parent_wait_sleep
ssm_profile = var.aws_profile
ssm__role = var.aws_assume_role
ssm_profile = var.ssm_profile
ssm_role = var.ssm_role
ssm_document_name = var.ssm_document_name
ssm_options = var.ssm_options
external_script = var.external_script
Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -157,4 +157,4 @@ variable "type" {
type = string
description = "Gateway type"
default = "ssh"
}
}

0 comments on commit 605e3ed

Please sign in to comment.