Skip to content

Commit

Permalink
fix data source
Browse files Browse the repository at this point in the history
  • Loading branch information
drpebcak committed Oct 25, 2021
1 parent 2cf0418 commit a69e00e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ data "aws_ami" "ubuntu" {

filter {
name = "name"
values = ["ubuntu-minimal/images/*/ubuntu-focal-20.04-*"]
values = ["ubuntu/images/hvm-ssd/ubuntu-focal-20.04-arm64-server-*"]
}

filter {
Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ variable "server_image_id" {
}

variable "ssh_keys" {
type = list(any)
type = list(string)
default = []
description = "SSH keys to inject into Rancher instances"
}
Expand Down

0 comments on commit a69e00e

Please sign in to comment.