79241821

Date: 2024-12-01 14:57:25
Score: 0.5
Natty:
Report link

which terraform and aws providers version are you using?

I used terraform v1.5.6 and aws_provider version = ">= 4.67.0" and i applied the same configuration without the ttl, then i added the ttl object, and the plan detected it without any issue: enter image description here

try to check the configuration within the state file to see wether the ttl is configured there or no using:

terraform state show aws_dynamodb_table.vehicle_id_table

and ensure that the Terraform state reflects the TTL settings.

Also maybe the TTL is already added manually, that's why the plan is not detecting anything. But, terraform detects it without any issue.

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): which
  • Low reputation (0.5):
Posted by: Fedi Bounouh