File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed
Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 11resource "juju_application" "mysql_router" {
2- name = var. app_name
3- model = var. model_name
2+ model_uuid = var. model
3+ name = var. app_name
44
55 charm {
66 name = " mysql-router-k8s"
Original file line number Diff line number Diff line change 1- variable "model_name " {
2- description = " Name of the juju model to deploy to"
1+ variable "model " {
2+ description = " UUID of the juju model to deploy to"
33 type = string
44}
55
@@ -24,7 +24,7 @@ variable "config" {
2424variable "constraints" {
2525 description = " Juju constraints for the application"
2626 type = string
27- default = " arch=amd64 "
27+ default = null
2828}
2929
3030variable "channel" {
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ terraform {
44 required_providers {
55 juju = {
66 source = " juju/juju"
7- version = " >= 0.20.0, < 1.0.0"
7+ version = " >= 1.0.0"
88 }
99 }
1010}
Original file line number Diff line number Diff line change 11resource "juju_application" "mysql_router" {
2- name = var. app_name
3- model = var. model_name
2+ model_uuid = var. model
3+ name = var. app_name
44
55 charm {
66 name = " mysql-router"
Original file line number Diff line number Diff line change 1- variable "model_name " {
2- description = " Name of the juju model to deploy to"
1+ variable "model " {
2+ description = " UUID of the juju model to deploy to"
33 type = string
44}
55
@@ -24,7 +24,7 @@ variable "config" {
2424variable "constraints" {
2525 description = " Juju constraints for the application"
2626 type = string
27- default = " arch=amd64 "
27+ default = null
2828}
2929
3030variable "channel" {
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ terraform {
44 required_providers {
55 juju = {
66 source = " juju/juju"
7- version = " >= 0.20.0, < 1.0.0"
7+ version = " >= 1.0.0"
88 }
99 }
1010}
You can’t perform that action at this time.
0 commit comments