[Bug]: lexv2models/intent: *.next_step.intent.slot
missing values
#35345
Labels
bug
Addresses a defect in current functionality.
service/lexv2models
Issues and PRs that pertain to the lexv2models service.
Terraform Core Version
1.6.6
AWS Provider Version
5.32.1
Affected Resource(s)
Expected Behavior
slot
needsvalues
, in addition tovalue
.Actual Behavior
slot
does not havevalues
, in addition tovalue
.When the
shape
value is"List"
, it indicates that thevalues
field contains a list of slot values (not currently available in the AWS provider). When the value is"Scalar"
, it indicates that the value field contains a single value (available in the AWS provider).values
is a list of one or more values that the user provided for the slot. However, the challenge is thatvalues
is self-referential causing the potential for infinite recursion. This needs to be examined and a solution figured out.Relevant Error/Panic Output Snippet
No response
Terraform Configuration Files
Steps to Reproduce
Debug Output
No response
Panic Output
No response
Important Factoids
No response
References
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: