mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-19 03:57:55 -04:00
ci: fix path in self managed create test (#2574)
* fix path Signed-off-by: Moritz Sanft <58110325+msanft@users.noreply.github.com> * fix path in doc --------- Signed-off-by: Moritz Sanft <58110325+msanft@users.noreply.github.com>
This commit is contained in:
parent
e918a7af90
commit
ae8025cd16
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ runs:
|
||||||
shell: bash
|
shell: bash
|
||||||
working-directory:
|
working-directory:
|
||||||
run: |
|
run: |
|
||||||
cp -r ${{ github.workspace }}/cli/internal/terraform/terraform/${{ inputs.cloudProvider }} ${{ github.workspace }}/e2e-infra
|
cp -r ${{ github.workspace }}/terraform/infrastructure/${{ inputs.cloudProvider }} ${{ github.workspace }}/e2e-infra
|
||||||
cp ${{ github.workspace }}/constellation-conf.yaml ${{ github.workspace }}/e2e-infra
|
cp ${{ github.workspace }}/constellation-conf.yaml ${{ github.workspace }}/e2e-infra
|
||||||
|
|
||||||
- name: Get CSP image reference
|
- name: Get CSP image reference
|
||||||
|
|
|
@ -7,7 +7,7 @@ You can create the configuration with the following commands:
|
||||||
```sh
|
```sh
|
||||||
mkdir constellation_gcp_iam
|
mkdir constellation_gcp_iam
|
||||||
cd constellation_gcp_iam
|
cd constellation_gcp_iam
|
||||||
curl --remote-name-all https://raw.githubusercontent.com/edgelesssys/constellation/main/cli/internal/terraform/terraform/iam/gcp/{main.tf,outputs.tf,variables.tf,.terraform.lock.hcl}
|
curl --remote-name-all https://raw.githubusercontent.com/edgelesssys/constellation/main/terraform/infrastructure/iam/gcp/{main.tf,outputs.tf,variables.tf,.terraform.lock.hcl}
|
||||||
terraform init
|
terraform init
|
||||||
terraform apply
|
terraform apply
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue