Skip to content

Commit

Permalink
remove key
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Oehrli committed Oct 13, 2020
1 parent c703a40 commit 566a7a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ variable "bastion_upgrade" {

variable "ssh_public_key" {
description = "the content of the ssh public key used to access the bastion. set this or the ssh_public_key_path"
default = "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDaoBlXKO/7S1UDaSiq7ObDnJW8YY+n13GCavC8j7xkV+r1gADYn2cjbWzH72XRiFWd0KGarAd+pGNrdlwomI6NXeMXkrO9cKMbmS7q13lcrV+ZMn8tnak5u9/RY2NxK1K5SUaugSn4RaqFrvbGG2ibII23dx9+t0q3PHTGsptk/CdYGEyAolsUrBFI9Pah0YtQ2C89nM034Rul9odLs4cnhkxoznxQV/TOa1bhYrFwx0dHYLhLWDweiq0Usun/9X6i84BODURMscgJ0+JIzf6c8cQcRwRR6bTpz69UpPTBFIqaTqympssB8EpuHFyz6NVKfh/raxde8l7DVsI2BTJx Stefan Oehrli 2048 OCI Key"
default = ""
type = string
}

Expand Down

0 comments on commit 566a7a9

Please sign in to comment.