Skip to content

Commit

Permalink
Fix missing type
Browse files Browse the repository at this point in the history
  • Loading branch information
npalm committed Jun 17, 2019
1 parent 2649353 commit a65307d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ variable "instance_role_runner_json" {

variable "ami_filter" {
description = "List of maps used to create the AMI filter for the Gitlab runner agent AMI. Currently Amazon Linux 2 `amzn2-ami-hvm-2.0.????????-x86_64-ebs` looks to *not* be working for this configuration."
# type = list(string)
type = map(list(string))

default = {
name = ["amzn-ami-hvm-2018.03*-x86_64-ebs"]
Expand Down
4 changes: 0 additions & 4 deletions versions.tf

This file was deleted.

0 comments on commit a65307d

Please sign in to comment.