Skip to content

Commit

Permalink
Correct comment
Browse files Browse the repository at this point in the history
  • Loading branch information
YakDriver committed Nov 7, 2024
1 parent 3d6da2f commit 2c5cfdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/service/dynamodb/table.go
Original file line number Diff line number Diff line change
Expand Up @@ -2640,5 +2640,5 @@ func ttlPlantimeValidate(ttlPath cty.Path, ttl cty.Value, diags *diag.Diagnostic

// !! Not a validation error for attribute_name to be set when enabled is false !!
// AWS *requires* attribute_name to be set when disabling TTL but does not return it, causing a diff.
// The diff is handled by DiffSuppressFunc of AttrEnabled.
// The diff is handled by DiffSuppressFunc of attribute_name.
}

0 comments on commit 2c5cfdc

Please sign in to comment.