[Docs]: EventBridge Scheduler incorrect assign_public_ip documentation #29464
Labels
documentation
Introduces or discusses updates to documentation.
service/scheduler
Issues and PRs that pertain to the scheduler service.
Milestone
Documentation Link
https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/scheduler_schedule
Description
The documentation referring to
assign_public_ip
which belongs in thenetwork_configuration
block, which belongs in theecs_parameters
block, which belongs in thetarget
block, is incorrect.The documentation says:
but if you run it using something like
assign_public_ip = "DISABLED"
you will be greeded with a Terraform validation error that says:so clearly the correct value (validated by terraform validate) should be
assign_public_ip = false
FURTHERMORE. The documentation for this resource type is EXTREMELY lacking. There are absolutely NO examples covering how one might use this to trigger an ECS task.
References
No response
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: