Adam Donahue
Results
2
issues of
Adam Donahue
Docs?
3
Is there documentation on the _resources_ exposed by this provider, other than by trolling through the examples or source code? "Syntax" refers only to how to connect to the provider.
Instead of something like this: module-inputs.tf ``` variable "configuration" { type = object({ x = string y = string z = list(string) }) } ``` infra-inputs.tf ``` variable "named-configurations" {...
enhancement
new