[Bug]: Attributes spelling issue in expandHLSCDNSettings function #31787
Closed
Description
Terraform Core Version
1.4.0
AWS Provider Version
5.1.0
Affected Resource(s)
aws_medialive_channel
Expected Behavior
hls_akamai_settings, hls_basic_put_settings, hls_media_store_settings, hls_s3_settings or hls_webdav_settings can be used when creating channel.
Actual Behavior
hls_akamai_settings, hls_basic_put_settings, hls_media_store_settings, hls_s3_settings and hls_webdav_settings are ignored due to spelling issues in expandHLSCDNSettings function.
Relevant Error/Panic Output Snippet
No response
Terraform Configuration Files
Any containing hls_cdn_settings.
Steps to Reproduce
see Actual Behavior
Debug Output
No response
Panic Output
No response
Important Factoids
No response
References
No response
Would you like to implement a fix?
None