Skip to content

Commit

Permalink
Refactor sdcore-k8s to follow spec CC006.
Browse files Browse the repository at this point in the history
  • Loading branch information
ghislainbourgeois committed Oct 3, 2024
1 parent 411f1d9 commit 166c955
Show file tree
Hide file tree
Showing 4 changed files with 164 additions and 166 deletions.
4 changes: 2 additions & 2 deletions modules/sdcore-k8s/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This module is used to deploy a standalone 5G core network including 5G control
- **main.tf** - Defines the Juju application to be deployed.
- **variables.tf** - Allows customization of the deployment including Juju model name, charm's channel and configuration.
- **output.tf** - Responsible for integrating the module with other Terraform modules, primarily by defining potential integration endpoints (charm integrations).
- **terraform.tf** - Defines the Terraform provider.
- **versions.tf** - Defines the Terraform provider.

## Deploying sdcore-k8s module

Expand Down Expand Up @@ -74,7 +74,7 @@ Create the `terraform.tfvars` file to specify the name of the Juju model to depl

```console
cat << EOF | tee terraform.tfvars
model_name = "put your model-name here"
model = "put your model-name here"

# Customize the configuration variables here if needed
EOF
Expand Down
Loading

0 comments on commit 166c955

Please sign in to comment.