Skip to content

Commit 2553976

Browse files
authored
[DPE-6349] fix sharded tf (#385)
* fix install timeout * update poetry + workflows * remove fields related to packages * fix linting issues * duplicate requirements in separate parts * migrate to use charm_version file per Carls suggestion * give workflow in tox access to poetry export * update charm version to pep format * PR feedback * remove build wrapper * add simple replica set terraform * add latest changes for ci fixes with terraform * remove dir * remove lock * add missing integrations * move tests to modules * add a sharded module * apply changes from PR review on VM * fixes for k8s * remove lock file * use the correct module * remove files * pr feedback * small fix to TF
1 parent 6c5d076 commit 2553976

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/modules/sharded_cluster/sharded_deployment.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module "mongodb-k8s" {
2424
units = each.value.units
2525
channel = "6/edge"
2626
config = {
27-
role = each.key
27+
role = each.value.role
2828
}
2929
}
3030

0 commit comments

Comments
 (0)