nimblehq / infrastructure-templates

For IaaS and PaaS as codes
MIT License
10 stars 0 forks source link

Fix: namespace and environment are misused #220

Closed malparty closed 11 months ago

malparty commented 12 months ago

Issue

When reading the definition of the 2 variables:

image

However, the code implementation reveals that we use namespace everywhere for tagging resources.

For this reason, we must use a namespace that includes the environment name... and an environment that includes the namespace (which reduces the flexibility to use this var).

Expected

Given the application my-blog:

Steps to reproduce

  1. Create or open any infra repo that use this template 😇