Closed joshuabalduff closed 1 year ago
Thank you for the PR. you should be able to use the name
input and it will be the same value as module.this.id
. Please comment if you have trouble.
Okay I will double check. This was to bypass the name module.this.id from adding a tenant, environment etc.. if not needed.
You can also do the following
module "policy" {
source = "..."
version = "..."
name = "banana"
namespace = ""
tenant = ""
environment = ""
stage = ""
attributes = []
# ...
}
what
Allow for custom policy name if not default to
module.this.id
why
Flexibility