fix
This commit is contained in:
@@ -40,7 +40,7 @@ resource "kubectl_manifest" "prj_mongo" {
|
||||
spec:
|
||||
members: 1
|
||||
type: ReplicaSet
|
||||
version: "7.0.2"
|
||||
version: "${var.mongo.version}"
|
||||
statefulSet:
|
||||
spec:
|
||||
template:
|
||||
|
||||
Reference in New Issue
Block a user