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

From wikieduonline
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
  resource "aws_iam_saml_provider" "default" {
 
  resource "aws_iam_saml_provider" "default" {
 
   name                  = "myprovider"
 
   name                  = "myprovider"
   saml_metadata_document = file("saml-metadata.xml")
+
   [[saml_metadata_document]] = file("saml-metadata.xml")
 
  }
 
  }
 +
 +
== Related ==
 +
* <code>[[aws_iam_openid_connect_provider]]</code>
  
 
== See also ==
 
== See also ==
Line 10: Line 13:
 
* {{tf iam}}
 
* {{tf iam}}
 
* {{SAML}}
 
* {{SAML}}
 +
 +
[[Category:TF]]

Latest revision as of 10:13, 5 July 2024

Advertising: