Skip to content

Commit

Permalink
Update to add Windows Server
Browse files Browse the repository at this point in the history
Adds the ami for Terraform to pull from off AWS.
  • Loading branch information
EthanK14 committed Feb 1, 2024
1 parent 5251b6f commit fd62997
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions images.tf
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,14 @@ data "aws_ami" "jenkins" {
values = ["blue-ubuntu-jenkins"]
}
}


data "aws_ami" "windows" {
most_recent = true
owners = [ "self" ]

filter {
name = "name"
values = ["blue-windows2022"]
}
}

0 comments on commit fd62997

Please # to comment.