We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f86b92f commit 61e698fCopy full SHA for 61e698f
modules/model/main.tf
@@ -1,5 +1,5 @@
1
locals {
2
- template_yaml_strings = [for template in try(local.model.meraki.template.networks, []) : yamlencode(template)]
+ template_yaml_strings = [for template in try(local.model.meraki.template.networks, []) : replace(yamlencode(template), "/\"([$%]{.*})\"/", "$1")]
3
meraki = {
4
5
domains = [
0 commit comments