FEATURES OPEN SOURCE ABOUT DOCS LOGIN REGISTER

aws_iam_saml_provider

Provides an IAM SAML provider.

Example Usage

resource "aws_iam_saml_provider" "default" {
    name = "myprovider"
    saml_metadata_document = "${file("saml-metadata.xml")}"
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Import

IAM SAML Providers can be imported using the arn, e.g.

$ terraform import aws_iam_saml_provider.default arn:aws:iam::123456789012:saml-provider/SAMLADFS

See the source of this document at Terraform.io