File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
charms/argo-controller/terraform Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 |
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ variable "app_name" {
55}
66
77variable "base" {
8- description = " Application base"
8+ description = " Charm base"
99 type = string
1010 default = " ubuntu@24.04"
1111}
You can’t perform that action at this time.
0 commit comments