unable to parse JSON using terraform external data
问题 USE CASE I wanted to provision an EFS in a given region with an EC2 instance and then mount that instance with EFS and if EFS doesn't exist in that region then I need to provision an alternate of EFS . PROBLEMS Amazon is not offering EFS service in every region. There is no way to identify the availability of service using aws-cli . Already asked but didn't get an answer yet link WHAT I TRIED This is the case where amazon provide the service, If I run this command curl -ls https:/