Skip to content

Commit

Permalink
aws_scheduler_schedule - correct assign_public_ip description (#29659)
Browse files Browse the repository at this point in the history
* aws_scheduler_schedule - correct assign_public_ip description

* r/aws_scheduler_schedule: re-word assign_public_ip description

---------

Co-authored-by: Jared Baker <[email protected]>
  • Loading branch information
bennylu2 and jar-b authored Mar 10, 2023
1 parent 2596ed6 commit 0dfffaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/scheduler_schedule.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ The following arguments are optional:

##### network_configuration Configuration Block

* `assign_public_ip` - (Optional) Specifies whether the task's elastic network interface receives a public IP address. You can specify `ENABLED` only when the `launch_type` is set to `FARGATE`. One of: `ENABLED`, `DISABLED`.
* `assign_public_ip` - (Optional) Specifies whether the task's elastic network interface receives a public IP address. This attribute is a boolean type, where `true` maps to `ENABLED` and `false` to `DISABLED`. You can specify `true` only when the `launch_type` is set to `FARGATE`.
* `security_groups` - (Optional) Set of 1 to 5 Security Group ID-s to be associated with the task. These security groups must all be in the same VPC.
* `subnets` - (Optional) Set of 1 to 16 subnets to be associated with the task. These subnets must all be in the same VPC.

Expand Down

0 comments on commit 0dfffaf

Please sign in to comment.