Marcelo Castellani
Marcelo Castellani
Building on this capability, Terraform 0.12 now permits using entire resources as object values within configuration, including returning them as outputs and passing them as input variables: #### Configuration for...
Due to the new type system introduced in 0.12, Terraform now allows use of arbitrary collection values in both input variables and attributes. Terraform has always supported primitive values (strings,...
Need to implement Rich Types, available at Terraform 0.12 Terraform providers and resources always expect specific data types to be provided. Terraform will continue to attempt to automatically convert a...