mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-01-12 07:59:29 -05:00
docs: fix tf links (#2570)
This commit is contained in:
parent
e9eb75bb83
commit
c506991eb4
@ -279,7 +279,7 @@ To [create the IAM configuration](../workflows/config.md#creating-an-iam-configu
|
|||||||
|
|
||||||
The built-in `AdministratorAccess` policy is a superset of these permissions.
|
The built-in `AdministratorAccess` policy is a superset of these permissions.
|
||||||
|
|
||||||
To [create a Constellation cluster](../workflows/create.md#the-create-step), see the permissions of [main.tf](https://github.com/edgelesssys/constellation/blob/main/cli/internal/terraform/terraform/iam/aws/main.tf).
|
To [create a Constellation cluster](../workflows/create.md#the-create-step), see the permissions of [main.tf](https://github.com/edgelesssys/constellation/blob/main/terraform/infrastructure/iam/aws/main.tf).
|
||||||
|
|
||||||
|
|
||||||
The built-in `PowerUserAccess` policy is a superset of these permissions.
|
The built-in `PowerUserAccess` policy is a superset of these permissions.
|
||||||
|
@ -46,7 +46,7 @@ Familiarize with the [Terraform usage policy](../reference/terraform.md) before
|
|||||||
Please also refrain from changing the Terraform resource definitions, as Constellation is tightly coupled to them.
|
Please also refrain from changing the Terraform resource definitions, as Constellation is tightly coupled to them.
|
||||||
:::
|
:::
|
||||||
|
|
||||||
Download the Terraform files for the selected CSP from the [GitHub repository](https://github.com/edgelesssys/constellation/tree/main/cli/internal/terraform/terraform).
|
Download the Terraform files for the selected CSP from the [GitHub repository](https://github.com/edgelesssys/constellation/tree/main/terraform/infrastructure).
|
||||||
|
|
||||||
Find the image reference for your CSP and region, execute:
|
Find the image reference for your CSP and region, execute:
|
||||||
|
|
||||||
@ -245,7 +245,7 @@ yq eval ".infrastructure.gcp.ipCidrPod =\"$(terraform output ip_cidr_pods | jq -
|
|||||||
Self-managed infrastructure allows for managing the cloud resources necessary for a Constellation cluster separate from the Constellation CLI.
|
Self-managed infrastructure allows for managing the cloud resources necessary for a Constellation cluster separate from the Constellation CLI.
|
||||||
This provides flexibility in DevOps and can meet potential regulatory requirements.
|
This provides flexibility in DevOps and can meet potential regulatory requirements.
|
||||||
|
|
||||||
To self-manage the infrastructure of your cluster, download the Terraform files for the selected CSP from the [Constellation GitHub repository](https://github.com/edgelesssys/constellation/tree/main/cli/internal/terraform/terraform).
|
To self-manage the infrastructure of your cluster, download the Terraform files for the selected CSP from the [Constellation GitHub repository](https://github.com/edgelesssys/constellation/tree/main/terraform/infrastructure).
|
||||||
They contain a minimum configuration for the resources necessary to run a Constellation cluster on the corresponding CSP. From this base, you can now add, edit, or substitute resources per your own requirements with the infrastructure
|
They contain a minimum configuration for the resources necessary to run a Constellation cluster on the corresponding CSP. From this base, you can now add, edit, or substitute resources per your own requirements with the infrastructure
|
||||||
management tooling of your choice. You need to keep the essential functionality of the base configuration in order for your cluster to function correctly.
|
management tooling of your choice. You need to keep the essential functionality of the base configuration in order for your cluster to function correctly.
|
||||||
|
|
||||||
|
@ -276,7 +276,7 @@ To [create the IAM configuration](../workflows/config.md#creating-an-iam-configu
|
|||||||
|
|
||||||
The built-in `AdministratorAccess` policy is a superset of these permissions.
|
The built-in `AdministratorAccess` policy is a superset of these permissions.
|
||||||
|
|
||||||
To [create a Constellation cluster](../workflows/create.md#the-create-step), see the permissions of [main.tf](https://github.com/edgelesssys/constellation/blob/main/cli/internal/terraform/terraform/iam/aws/main.tf).
|
To [create a Constellation cluster](../workflows/create.md#the-create-step), see the permissions of [main.tf](https://github.com/edgelesssys/constellation/blob/main/terraform/infrastructure/iam/aws/main.tf).
|
||||||
|
|
||||||
|
|
||||||
The built-in `PowerUserAccess` policy is a superset of these permissions.
|
The built-in `PowerUserAccess` policy is a superset of these permissions.
|
||||||
|
@ -46,7 +46,7 @@ Familiarize with the [Terraform usage policy](../reference/terraform.md) before
|
|||||||
Please also refrain from changing the Terraform resource definitions, as Constellation is tightly coupled to them.
|
Please also refrain from changing the Terraform resource definitions, as Constellation is tightly coupled to them.
|
||||||
:::
|
:::
|
||||||
|
|
||||||
Download the Terraform files for the selected CSP from the [GitHub repository](https://github.com/edgelesssys/constellation/tree/main/cli/internal/terraform/terraform).
|
Download the Terraform files for the selected CSP from the [GitHub repository](https://github.com/edgelesssys/constellation/tree/main/terraform/infrastructure).
|
||||||
|
|
||||||
Create a `terraform.tfvars` file.
|
Create a `terraform.tfvars` file.
|
||||||
There, define all needed variables found in `variables.tf` using the values from the `constellation-config.yaml`.
|
There, define all needed variables found in `variables.tf` using the values from the `constellation-config.yaml`.
|
||||||
|
@ -276,7 +276,7 @@ To [create the IAM configuration](../workflows/config.md#creating-an-iam-configu
|
|||||||
|
|
||||||
The built-in `AdministratorAccess` policy is a superset of these permissions.
|
The built-in `AdministratorAccess` policy is a superset of these permissions.
|
||||||
|
|
||||||
To [create a Constellation cluster](../workflows/create.md#the-create-step), see the permissions of [main.tf](https://github.com/edgelesssys/constellation/blob/main/cli/internal/terraform/terraform/iam/aws/main.tf).
|
To [create a Constellation cluster](../workflows/create.md#the-create-step), see the permissions of [main.tf](https://github.com/edgelesssys/constellation/blob/main/terraform/infrastructure/iam/aws/main.tf).
|
||||||
|
|
||||||
|
|
||||||
The built-in `PowerUserAccess` policy is a superset of these permissions.
|
The built-in `PowerUserAccess` policy is a superset of these permissions.
|
||||||
|
@ -46,7 +46,7 @@ Familiarize with the [Terraform usage policy](../reference/terraform.md) before
|
|||||||
Please also refrain from changing the Terraform resource definitions, as Constellation is tightly coupled to them.
|
Please also refrain from changing the Terraform resource definitions, as Constellation is tightly coupled to them.
|
||||||
:::
|
:::
|
||||||
|
|
||||||
Download the Terraform files for the selected CSP from the [GitHub repository](https://github.com/edgelesssys/constellation/tree/main/cli/internal/terraform/terraform).
|
Download the Terraform files for the selected CSP from the [GitHub repository](https://github.com/edgelesssys/constellation/tree/main/terraform/infrastructure).
|
||||||
|
|
||||||
Create a `terraform.tfvars` file.
|
Create a `terraform.tfvars` file.
|
||||||
There, define all needed variables found in `variables.tf` using the values from the `constellation-config.yaml`.
|
There, define all needed variables found in `variables.tf` using the values from the `constellation-config.yaml`.
|
||||||
|
@ -279,7 +279,7 @@ To [create the IAM configuration](../workflows/config.md#creating-an-iam-configu
|
|||||||
|
|
||||||
The built-in `AdministratorAccess` policy is a superset of these permissions.
|
The built-in `AdministratorAccess` policy is a superset of these permissions.
|
||||||
|
|
||||||
To [create a Constellation cluster](../workflows/create.md#the-create-step), see the permissions of [main.tf](https://github.com/edgelesssys/constellation/blob/main/cli/internal/terraform/terraform/iam/aws/main.tf).
|
To [create a Constellation cluster](../workflows/create.md#the-create-step), see the permissions of [main.tf](https://github.com/edgelesssys/constellation/blob/main/terraform/infrastructure/iam/aws/main.tf).
|
||||||
|
|
||||||
|
|
||||||
The built-in `PowerUserAccess` policy is a superset of these permissions.
|
The built-in `PowerUserAccess` policy is a superset of these permissions.
|
||||||
|
@ -46,7 +46,7 @@ Familiarize with the [Terraform usage policy](../reference/terraform.md) before
|
|||||||
Please also refrain from changing the Terraform resource definitions, as Constellation is tightly coupled to them.
|
Please also refrain from changing the Terraform resource definitions, as Constellation is tightly coupled to them.
|
||||||
:::
|
:::
|
||||||
|
|
||||||
Download the Terraform files for the selected CSP from the [GitHub repository](https://github.com/edgelesssys/constellation/tree/main/cli/internal/terraform/terraform).
|
Download the Terraform files for the selected CSP from the [GitHub repository](https://github.com/edgelesssys/constellation/tree/main/terraform/infrastructure).
|
||||||
|
|
||||||
Create a `terraform.tfvars` file.
|
Create a `terraform.tfvars` file.
|
||||||
There, define all needed variables found in `variables.tf` using the values from the `constellation-config.yaml`.
|
There, define all needed variables found in `variables.tf` using the values from the `constellation-config.yaml`.
|
||||||
|
@ -39,7 +39,7 @@ Constellation supports managing the infrastructure via Terraform. This allows fo
|
|||||||
Since the Constellation CLI also uses Terraform under the hood, you can reuse the same Terraform files.
|
Since the Constellation CLI also uses Terraform under the hood, you can reuse the same Terraform files.
|
||||||
For now, please refrain from changing the Terraform resource definitions, as Constellation is tightly coupled to them.
|
For now, please refrain from changing the Terraform resource definitions, as Constellation is tightly coupled to them.
|
||||||
|
|
||||||
Download the Terraform files for the selected CSP from the [GitHub repository](https://github.com/edgelesssys/constellation/tree/main/cli/internal/terraform/terraform).
|
Download the Terraform files for the selected CSP from the [GitHub repository](https://github.com/edgelesssys/constellation/tree/main/terraform/infrastructure).
|
||||||
|
|
||||||
Create a `terraform.tfvars` file.
|
Create a `terraform.tfvars` file.
|
||||||
There, define all needed variables found in `variables.tf` using the values from the `constellation-config.yaml`.
|
There, define all needed variables found in `variables.tf` using the values from the `constellation-config.yaml`.
|
||||||
|
@ -51,7 +51,7 @@ Familiarize with the [Terraform usage policy](../reference/terraform.md) before
|
|||||||
Please also refrain from changing the Terraform resource definitions, as Constellation is tightly coupled to them.
|
Please also refrain from changing the Terraform resource definitions, as Constellation is tightly coupled to them.
|
||||||
:::
|
:::
|
||||||
|
|
||||||
Download the Terraform files for the selected CSP from the [GitHub repository](https://github.com/edgelesssys/constellation/tree/main/cli/internal/terraform/terraform).
|
Download the Terraform files for the selected CSP from the [GitHub repository](https://github.com/edgelesssys/constellation/tree/main/terraform/infrastructure).
|
||||||
|
|
||||||
Create a `terraform.tfvars` file.
|
Create a `terraform.tfvars` file.
|
||||||
There, define all needed variables found in `variables.tf` using the values from the `constellation-config.yaml`.
|
There, define all needed variables found in `variables.tf` using the values from the `constellation-config.yaml`.
|
||||||
|
@ -51,7 +51,7 @@ Familiarize with the [Terraform usage policy](../reference/terraform.md) before
|
|||||||
Please also refrain from changing the Terraform resource definitions, as Constellation is tightly coupled to them.
|
Please also refrain from changing the Terraform resource definitions, as Constellation is tightly coupled to them.
|
||||||
:::
|
:::
|
||||||
|
|
||||||
Download the Terraform files for the selected CSP from the [GitHub repository](https://github.com/edgelesssys/constellation/tree/main/cli/internal/terraform/terraform).
|
Download the Terraform files for the selected CSP from the [GitHub repository](https://github.com/edgelesssys/constellation/tree/main/terraform/infrastructure).
|
||||||
|
|
||||||
Create a `terraform.tfvars` file.
|
Create a `terraform.tfvars` file.
|
||||||
There, define all needed variables found in `variables.tf` using the values from the `constellation-config.yaml`.
|
There, define all needed variables found in `variables.tf` using the values from the `constellation-config.yaml`.
|
||||||
|
@ -51,7 +51,7 @@ Familiarize with the [Terraform usage policy](../reference/terraform.md) before
|
|||||||
Please also refrain from changing the Terraform resource definitions, as Constellation is tightly coupled to them.
|
Please also refrain from changing the Terraform resource definitions, as Constellation is tightly coupled to them.
|
||||||
:::
|
:::
|
||||||
|
|
||||||
Download the Terraform files for the selected CSP from the [GitHub repository](https://github.com/edgelesssys/constellation/tree/main/cli/internal/terraform/terraform).
|
Download the Terraform files for the selected CSP from the [GitHub repository](https://github.com/edgelesssys/constellation/tree/main/terraform/infrastructure).
|
||||||
|
|
||||||
Create a `terraform.tfvars` file.
|
Create a `terraform.tfvars` file.
|
||||||
There, define all needed variables found in `variables.tf` using the values from the `constellation-config.yaml`.
|
There, define all needed variables found in `variables.tf` using the values from the `constellation-config.yaml`.
|
||||||
|
@ -51,7 +51,7 @@ Familiarize with the [Terraform usage policy](../reference/terraform.md) before
|
|||||||
Please also refrain from changing the Terraform resource definitions, as Constellation is tightly coupled to them.
|
Please also refrain from changing the Terraform resource definitions, as Constellation is tightly coupled to them.
|
||||||
:::
|
:::
|
||||||
|
|
||||||
Download the Terraform files for the selected CSP from the [GitHub repository](https://github.com/edgelesssys/constellation/tree/main/cli/internal/terraform/terraform).
|
Download the Terraform files for the selected CSP from the [GitHub repository](https://github.com/edgelesssys/constellation/tree/main/terraform/infrastructure).
|
||||||
|
|
||||||
Create a `terraform.tfvars` file.
|
Create a `terraform.tfvars` file.
|
||||||
There, define all needed variables found in `variables.tf` using the values from the `constellation-config.yaml`.
|
There, define all needed variables found in `variables.tf` using the values from the `constellation-config.yaml`.
|
||||||
|
Loading…
Reference in New Issue
Block a user