Skip to content

Commit

Permalink
Merge pull request #21205 from cgddrd-gardin/main
Browse files Browse the repository at this point in the history
Correct endpoint type documentation for data.aws_iot_endpoint.
  • Loading branch information
justinretzolk authored Oct 8, 2021
2 parents 62c9e85 + 9e25394 commit 040f37e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/d/iot_endpoint.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ resource "kubernetes_pod" "agent" {

## Argument Reference

* `endpoint_type` - (Optional) Endpoint type. Valid values: `iot:CredentialProvider`, `iot:Data`, `iot:Data-ATS`, `iot:Job`.
* `endpoint_type` - (Optional) Endpoint type. Valid values: `iot:CredentialProvider`, `iot:Data`, `iot:Data-ATS`, `iot:Jobs`.

## Attributes Reference

Expand All @@ -45,4 +45,4 @@ resource "kubernetes_pod" "agent" {
* `iot:CredentialsProvider`: `IDENTIFIER.credentials.iot.REGION.amazonaws.com`
* `iot:Data`: `IDENTIFIER.iot.REGION.amazonaws.com`
* `iot:Data-ATS`: `IDENTIFIER-ats.iot.REGION.amazonaws.com`
* `iot:Job`: `IDENTIFIER.jobs.iot.REGION.amazonaws.com`
* `iot:Jobs`: `IDENTIFIER.jobs.iot.REGION.amazonaws.com`

0 comments on commit 040f37e

Please sign in to comment.