Skip to content

Commit

Permalink
Merge pull request #8227 from soleares/bug/fix-sagemaker-endpoint-con…
Browse files Browse the repository at this point in the history
…figuration-argument-spelling

Fix production_variants spelling in sagemaker-endpoint-configuration docs
  • Loading branch information
bflad authored Apr 6, 2019
2 parents 97d9d4b + b1f7d9f commit 72b780b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/r/sagemaker_endpoint_configuration.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Basic usage:
resource "aws_sagemaker_endpoint_configuration" "ec" {
name = "my-endpoint-config"
production_variant {
production_variants {
variant_name = "variant-1"
model_name = "${aws_sagemaker_model.m.name}"
initial_instance_count = 1
Expand All @@ -41,7 +41,7 @@ The following arguments are supported:
* `name` - (Optional) The name of the endpoint configuration. If omitted, Terraform will assign a random, unique name.
* `tags` - (Optional) A mapping of tags to assign to the resource.

The `production_variant` block supports:
The `production_variants` block supports:

* `initial_instance_count` - (Required) Initial number of instances used for auto-scaling.
* `instance_type` (Required) - The type of instance to start.
Expand Down

0 comments on commit 72b780b

Please sign in to comment.