Skip to content

Commit

Permalink
Fixing READMEs for the modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Gmerold committed Feb 28, 2024
1 parent 6095225 commit 0b4f5ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 21 deletions.
8 changes: 1 addition & 7 deletions modules/sdcore-control-plane-k8s/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,16 +79,10 @@ model_name = "put your model-name here"
EOF
```

Create the Terraform Plan:

```console
terraform plan -var-file="terraform.tfvars"
```

Deploy the resources:

```console
terraform apply -auto-approve
terraform apply -var-file="terraform.tfvars" -auto-approve
```

#### Including Canonical Observability Stack (COS)
Expand Down
8 changes: 1 addition & 7 deletions modules/sdcore-k8s/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,16 +80,10 @@ model_name = "put your model-name here"
EOF
```

Create the Terraform Plan:

```console
terraform plan -var-file="terraform.tfvars"
```

Deploy the resources:

```console
terraform apply -auto-approve
terraform apply -var-file="terraform.tfvars" -auto-approve
```

#### Including Canonical Observability Stack (COS)
Expand Down
8 changes: 1 addition & 7 deletions modules/sdcore-user-plane-k8s/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,16 +80,10 @@ model_name = "put your model-name here"
EOF
```

Create the Terraform Plan:

```console
terraform plan -var-file="terraform.tfvars"
```

Deploy the resources:

```console
terraform apply -auto-approve
terraform apply -var-file="terraform.tfvars" -auto-approve
```

#### Including Canonical Observability Stack (COS)
Expand Down

0 comments on commit 0b4f5ad

Please sign in to comment.