Explorar el Código

ensure we do not get the eks AMIs

Chris Mague hace 3 años
padre
commit
6ade5f0e5d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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"]