Closed ntmggr closed 1 year ago
This happens if you set context = "some string value"
. context
is defined as type = any
because it has been around since before Terraform had types and we want it to be as compatible as possible with various Terraform versions. However, it actually is required to be an object, which you would get from the output of another null-label
module. You can infer the full definition of the object from the default value: https://github.com/cloudposse/terraform-null-label/blob/38187a06950aa2a3cfb09a87315c412018315b19/variables.tf#L3-L28
Closing as invalid.
Using latest
source = "git::https://github.com/cloudposse/terraform-null-label.git?ref=0.25.0"