Fix spelling mistake in aws saml example

Example resource name is `aws_iam_saml_provider` instead of `aws_saml_provider`.
pull/3817/head
Jef Statham 11 years ago
parent 091b687a7b
commit 87e384dc97

@ -13,7 +13,7 @@ Provides an IAM SAML provider.
## Example Usage
```
resource "aws_saml_provider" "default" {
resource "aws_iam_saml_provider" "default" {
name = "myprovider"
saml_metadata_document = "${file("saml-metadata.xml")}"
}

Loading…
Cancel
Save