Hi, Everybody. I'm starting with Pulumi after laun...
# general
f
Hi, Everybody. I'm starting with Pulumi after launch an Azure environment with TerraformCDK, to compare products. In my Pulumi.dev.yaml I have a "tag" variable declared like this:
Copy code
azure-test:tags: {
    "ambiente": "dev",
    "centro-de-custo": "10mzbr7h47",
    "centro-custo": "10mzbr7h47",
    "funcao": "AKS",
    "owner": "<mailto:marcelo.prioste@claro.com.br|marcelo.prioste@claro.com.br>",
    "produto": "nbatecnico",
    "projeto": "nbatecnico",
    "diretoria": "ti"
  }