Tech Debt: Consistently Handle ISO-8601 Attributes #7045
Labels
provider
Pertains to the provider itself, rather than any interaction with AWS.
service/autoscaling
Issues and PRs that pertain to the autoscaling service.
service/pinpoint
Issues and PRs that pertain to the pinpoint service.
service/ssm
Issues and PRs that pertain to the ssm service.
stale
Old or inactive issues managed by automation, if no further action taken these will get closed.
technical-debt
Addresses areas of the codebase that need refactoring or redesign.
Description
We have a few places that require ISO-8601 timestamp handling instead of Terraform's preferred RFC3339 timestamp handling:
aws_autoscaling_schedule
resourceend_time
andstart_time
attributesaws_pinpoint_app
resourcequiet_time
configuration blockend
andstart
attributesaws_ssm_maintenance_window
resourceend_date
andstart_date
attributesCurrently plan-time validation is inconsistently applied or unapplied to these attributes. We should come up with a consistent plan for handling date formats outside of RFC3339 and implement it for these attributes. Various options include:
The text was updated successfully, but these errors were encountered: