resource "aws_imagebuilder_component" "llamacpp_gpu_compute_75" { data = yamlencode({ phases = [{ name = "build" steps = [{ action = "ExecuteBash" inputs = { commands = [ "cd /opt", "git clone https://github.com/ggerganov/llama.cpp.git", "cd llama.cpp", <