Skip to content

Commit 5b5f7f6

Browse files
committed
Update description for base
1 parent 0ccfb68 commit 5b5f7f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charms/argo-controller/terraform/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The module offers the following configurable inputs:
1313
| Name | Type | Description | Required |
1414
| - | - | - | - |
1515
| `app_name`| string | Application name | False |
16-
| `base`| string | Application base | False |
16+
| `base`| string | Charm base | False |
1717
| `channel`| string | Channel that the charm is deployed from | False |
1818
| `config`| map(string) | Map of the charm configuration options | False |
1919
| `model_name`| string | Name of the model that the charm is deployed on | True |

charms/argo-controller/terraform/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ variable "app_name" {
55
}
66

77
variable "base" {
8-
description = "Application base"
8+
description = "Charm base"
99
type = string
1010
default = "ubuntu@24.04"
1111
}

0 commit comments

Comments
 (0)