Terraform resource: aws iam saml provider

From wikieduonline
Revision as of 15:59, 4 July 2024 by Welcome (talk | contribs)
Jump to navigation Jump to search
resource "aws_iam_saml_provider" "default" {
 name                   = "myprovider"
 saml_metadata_document = file("saml-metadata.xml")
}

See also

Advertising: