elimeitner

Results 1 comments of elimeitner

You can write your vars as a json file under you workspace: main.tf.json { "myvarname" : "myvalue" } and then call it like this: locals { vars = jsondecode(file("./terraform.tfstate.d/${terraform.workspace}/main.tf.json")) }...