Skip to content

Commit

Permalink
fixing ami lookup
Browse files Browse the repository at this point in the history
  • Loading branch information
zachreborn committed Aug 7, 2024
1 parent b893ea3 commit 3bd0103
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/aws/vendor/velocloud/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ data "aws_region" "current" {}
data "aws_ami" "velocloud" {
executable_users = ["self"]
most_recent = true
name_regex = "VeloCloud VCE ${var.velocloud_version}*"
owners = ["679593333241"]
filter {
name = "name"
Expand Down

0 comments on commit 3bd0103

Please sign in to comment.