#Terraform Beginnings

1 messages · Page 1 of 1 (latest)

jovial moat
#

What are you trying to do with the keyvault name? Why are you referencing the resources name inside its resource? You sure you didn't mean to use var.key_vault_name?

#

It looks like you're trying to reference the name of the same resource that hasn't been named yet?

tacit rivet
tacit rivet
jovial moat
#

In the module you define a variable that it needs, then in the root dir if you need it as a variable, you define it as a variable there too