Skip to content

Commit

Permalink
fix: Correct the typo by replacing AMF with UPF (#45)
Browse files Browse the repository at this point in the history
Co-authored-by: Gulsum Atici <[email protected]>
  • Loading branch information
Mark Beierl and gatici authored May 29, 2024
1 parent 13c7386 commit bb7031f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/sdcore-user-plane-k8s/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ variable "grafana_agent_channel" {
}

variable "upf_config" {
description = "Application config for the AMF. Details about available options can be found at https://charmhub.io/sdcore-upf-k8s-operator/configure."
description = "Application config for the UPF. Details about available options can be found at https://charmhub.io/sdcore-upf-k8s-operator/configure."
type = map(string)
default = {}
}
Expand Down

0 comments on commit bb7031f

Please sign in to comment.