awscc_iam_saml_provider (Resource)

Resource Type definition for AWS::IAM::SAMLProvider

Example Usage

resource "awscc_iam_saml_provider" "example" {
  name                   = "example"
  saml_metadata_document = file("saml-metadata.xml")
  tags = [{
    key   = "Modified By"
    value = "AWSCC"
  }]

}

Schema

Required

Optional

Read-Only

Nested Schema for tags

Required:

Import

Import is supported using the following syntax:

$ terraform import awscc_iam_saml_provider.example <resource ID>