github.com/SUSE/skuba@v1.4.17/ci/infra/aws/ami.tf (about)

     1  data "susepubliccloud_image_ids" "sles15sp1_chost_byos" {
     2    cloud  = "amazon"
     3    region = var.aws_region
     4    state  = "active"
     5  
     6    # USE SLES 15 SP1 Container host AMI - this is needed to avoid issues like bsc#1146774
     7    name_regex = "suse-sles-15-sp1-chost-byos.*-hvm-ssd-x86_64"
     8  }
     9