I have a CSV and JSON data to parse the input values to the Terraform main file. Here I can able to parse the data using JSON but not with CSV

前端 未结 0 1668
死守一世寂寞
死守一世寂寞 2021-01-27 08:25

I have a azure_subnet snippet to create resources like below.

locals {
    csvlist = fileexists(var.csvfile) ? csvdecode(file(var.csvfile)) : []
    subnets = le         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题