mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-18 19:47:54 -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
|
@ -7,7 +7,7 @@ You can create the configuration with the following commands:
|
|||
```sh
|
||||
mkdir 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 apply
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue