Преглед изворни кода

ensure we do not get the eks AMIs

Chris Mague пре 3 година
родитељ
комит
6ade5f0e5d
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      inputs.tf

+ 1 - 1
inputs.tf

@@ -1,6 +1,6 @@
 data "aws_ami" "re-ami" {
   most_recent = true
-  name_regex  = "ubuntu-bionic-18.04-amd64-server"
+  name_regex  = "ubuntu\\/images\\/hvm-ssd\\/ubuntu-bionic-18.04-amd64-server"
   # This is Canonical's ID
   owners = ["099720109477"]