Open remi-f-artelia opened 7 months ago
Voting for Prioritization
Volunteering to Work on This Issue
Hey @remi-f-artelia 👋 Thank you for taking the time to raise this! I'm not entirely certain, but I think this might be coming from Terraform Core, rather than the provider. As such, you may want to open an issue in the Core repository as well, so they can have a look. Since I'm not totally certain, I'll leave this one open as well, so that someone from the team can take a look once we're able to prioritize it.
Terraform Core Version
1.7.5
AWS Provider Version
v5.44.0
Affected Resource(s)
aws_datasync_task
resourceExpected Behavior
The plan should be performed correctly
Actual Behavior
The plan is inconsistent. It says
Relevant Error/Panic Output Snippet
Terraform Configuration Files
I tried a lot of different changes in the code and at some point, I thought the issue was coming from the
schedule_expression
block, so I commented it.The error
But it seems it's not working either as you can see in the following gist
The main concern I have is that most of the time, the
var.datasync_task_list
is considered as empty if I go t oterraform console
. But sometimes, it is recognized (when I comment some parts) and some errors will pop likeI was using Terraform
v1.6.6
and I just upgraded tov1.7.5
but it's the same behaviour.I used the same model of module I did for
datasync_location_smb
ordatasync_location_s3
.Steps to Reproduce
follow the gist
Debug Output
in the gist
Panic Output
No response
Important Factoids
No response
References
No response
Would you like to implement a fix?
None