Open pawel-kow opened 4 months ago
@kerolasa @lianapanatau-ionos @wdbaker-godaddy please take look here as well if this update makes sense to you
Just to be explicit the string-number-variables can be expressed in template three different ways, and these need to be equal (assuming variable expansion results to same numeric value).
"ttl": 3600
"ttl": "3600"
"ttl": "%var%"
After a template is processed the value MUST to be numeric. I think that's right, right?
@kerolasa correct. Is there any edit to the text needed to make it clear?
The Int or string representation of Int is probably good enough. I will try to make dc-template-linter to work with int-string-variables sometime soon(ish).
I have reviewed with DEV and they will approve the pull request.
Adresses issue #88