vault_aws_sts_infra: increase default ttl for tokens
This is to accomodate terraform run in the CI. As apply are run using an existing plan, AWS credentials are taken from the plan and not refreshed when apply runs.
By increasing the ttl we allow to run the apply max 6h after the plan has been generated.