Difference between revisions of "Terraform resource: aws iam saml provider"
Jump to navigation
Jump to search
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") | ||
+ | } | ||
== See also == | == See also == | ||
{{tf iam}} | {{tf iam}} |
Revision as of 15:56, 4 July 2024
resource "aws_iam_saml_provider" "default" { name = "myprovider" saml_metadata_document = file("saml-metadata.xml") }
See also
Terraform IAM: Terraform aws iam resources, Terraform IAM module
Advertising: