mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-24 07:50:40 -04:00
terraform: allow image to be empty (#2595)
* make image optional in the high level modules * align azure variable description * set defaults in convenience modules Signed-off-by: Moritz Sanft <58110325+msanft@users.noreply.github.com> --------- Signed-off-by: Moritz Sanft <58110325+msanft@users.noreply.github.com> Co-authored-by: Adrian Stobbe <stobbe.adrian@gmail.com>
This commit is contained in:
parent
8e4feb7e2a
commit
8f2f8bdbbd
5 changed files with 11 additions and 5 deletions
|
@ -18,7 +18,11 @@ runs:
|
|||
- name: Stamp version
|
||||
shell: bash
|
||||
run: |
|
||||
sed -i "s/@@CONSTELLATION_VERSION@@/${{ inputs.version }}/g" terraform-module/constellation-cluster/variables.tf
|
||||
sed -i "s/@@CONSTELLATION_VERSION@@/${{ inputs.version }}/g" \
|
||||
terraform-module/constellation-cluster/variables.tf \
|
||||
terraform-module/aws-constellation/variables.tf \
|
||||
terraform-module/azure-constellation/variables.tf \
|
||||
terraform-module/gcp-constellation/variables.tf
|
||||
|
||||
- name: Zip terraform dir
|
||||
shell: bash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue