-
Notifications
You must be signed in to change notification settings - Fork 99
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Module version
v1.6.1
Relevant provider source code
function.ObjectParameter{
Name: "args",
Description: "Extra variables for use in format.",
AllowNullValue: true,
AttributeTypes: map[string]attr.Type{
"location": types.StringType,
"extra_tokens": types.MapType{ElemType: types.StringType},
},
},Terraform Configuration Files
provider::namep::custom_name("test", "azurerm_resource_group", { location = "westeurope" })Expected Behavior
extra_tokens should be null since it wasn't passed
Actual Behavior
The function call fails and forces the user to explicitly pass extra_tokens = null
Steps to Reproduce
Create a provider function
Have at least one parameter be an ObjectParameter
Try to call the function without explicitly passing every argument
sebhoss, cwe1ss and austindrenski
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request