Sfoglia il codice sorgente

ensure we do not get the eks AMIs

Chris Mague 3 anni fa
parent
commit
6ade5f0e5d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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"]