Skip to content

Commit

Permalink
fix: test is not using valid public ssh public key format
Browse files Browse the repository at this point in the history
Signed-off-by: Fredrik Klingenberg <[email protected]>
  • Loading branch information
fredrkl committed Nov 11, 2023
1 parent 6639524 commit c2f41b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/valid_resource_group_name.tftest.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ variables {
name_prefix = "test"
location = "eastus"
bastion_admin_password = "P@ssw0rd1234"
ssh_public_key = "ssh-rsa something"
ssh_public_key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIgT3oyn6vPxZTOATbAnSP6vflPllrE4Qx7Qo3KGp3fQ"
}

run "valid_resource_group" {
Expand Down

0 comments on commit c2f41b8

Please sign in to comment.