Hello,
As part of my project, I have an external data source I am calling which returns a JSON object with a CRON time format like this ‘* * * * * *’. However, there interpreted value I am seeing from my terraform plan
looks more like this * elastic_beanstalk main.tf paln provider.tf tf_remote_state.tf elastic_beanstalk main.tf paln provider.tf tf_remote_state.tf elastic_beanstalk main.tf paln provider.tf tf_remote_state.tf elastic_beanstalk main.tf paln provider.tf tf_remote_state.tf *
. It seems as though some of those asterisks are being picked interpolated to files in my current path. Though I am not completely sure where or when this data conversion is happening.
Is there a workaround to stop asterisks from being converted like this?