terrafomo
terrafomo copied to clipboard
Le Fromage de Terreur - Auto-generated Terraform DSL
A lot of AWS' responses give back the ARN type but a lot of AWS requests require Text. I have a cast at the moment, which works because it's just...
I need to reference a data source which has a list. When I have the following code: ```haskell AWS.BatchComputeEnvironmentComputeResources { subnets = view #ids subnets } ``` I get: ```terraform...
Given something like this: ```haskell jobDefinition :: TF.State () "job-definition" s () jobDefinition = do TF.resource_ $ AWS.newBatchJobDefinitionR (AWS.BatchJobDefinitionR { AWS.name = "todo" , AWS.type_ = "container" }) & #container_properties...
Is there a way to explicitly import or provide native Terraform modules? If not, what are your thoughts on that?