Open deleeuwblue opened 2 years ago
A lot of questions...
launch.sh
script?/terraform
folder or the /workspaces/current
folder?Hi, thanks for looking. Here are some answers:
iascable build -i watson-core-bom.yaml cd output sh launch.sh (from inside the container) vi bom.yaml (set some defaultValue to the variables) cd watson-core-serving/terraform terraform init cd .. sh apply.sh
I am testing with the tools container on Mac (Apple silicon) using colima container runtime.
Yes, but before using it I am editing it to delete the -u "${UID}"
parameter, as suggested here.
I am not using the workspaces folder.
I am testing with the tools container on Mac (Apple silicon) using colima container runtime.
My BOM specifies the following modules:
The terraform apply fails with the following error:
╷ │ Error: External Program Execution Failed │ │ with module.gitops_repo.module.setup_clis.data.external.setup-binaries, │ on .terraform/modules/gitops_repo.setup_clis/main.tf line 22, in data "external" "setup-binaries": │ 22: program = ["bash", "${path.module}/scripts/setup-binaries.sh"] │ │ The data source received an unexpected error while attempting to execute the program. │ │ Program: /bin/bash │ Error Message: ln: /jq: Permission denied │ ln: /gitu: Permission denied │ gitu release not found │ │ State: exit status 1
Thank you for looking.