Difference between revisions of "Terraform resource: aws iam saml provider"

From wikieduonline
Jump to navigation Jump to search
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
* https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_saml_provider
 
* https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_saml_provider
  
 +
resource "aws_iam_saml_provider" "default" {
 +
  name                  = "myprovider"
 +
  [[saml_metadata_document]] = file("saml-metadata.xml")
 +
}
 +
 +
== Related ==
 +
* <code>[[aws_iam_openid_connect_provider]]</code>
  
 
== See also ==
 
== See also ==
{{tf iam}}
+
* {{aws_iam_saml_provider}}
 +
* {{tf iam}}
 +
* {{SAML}}
 +
 
 +
[[Category:TF]]

Latest revision as of 10:13, 5 July 2024

Advertising: