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.
2 parents b53ad93 + 61e698f commit f06cc83Copy full SHA for f06cc83
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