Skip to content

Latest commit

 

History

History

iam-saml-identity-provider

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

iam-saml-identity-provider

This module creates following resources.

  • aws_iam_saml_provider

Requirements

Name Version
terraform >= 1.5
aws >= 4.36

Providers

Name Version
aws 5.19.0

Modules

Name Source Version
resource_group tedilabs/misc/aws//modules/resource-group ~> 0.10.0

Resources

Name Type
aws_iam_saml_provider.this resource

Inputs

Name Description Type Default Required
metadata_document (Optional) A XML document generated by an identity provider that supports SAML 2.0. string n/a yes
name (Required) The name of the identity provider. string n/a yes
module_tags_enabled (Optional) Whether to create AWS Resource Tags for the module informations. bool true no
resource_group_description (Optional) The description of Resource Group. string "Managed by Terraform." no
resource_group_enabled (Optional) Whether to create Resource Group to find and group AWS resources which are created by this module. bool true no
resource_group_name (Optional) The name of Resource Group. A Resource Group name can have a maximum of 127 characters, including letters, numbers, hyphens, dots, and underscores. The name cannot start with AWS or aws. string "" no
tags (Optional) A map of tags to add to all resources. map(string) {} no

Outputs

Name Description
arn The ARN assigned by AWS for this provider.
expire_at The expiration date and time for the SAML provider in RFC1123 format, e.g., Mon, 02 Jan 2006 15:04:05 MST.
id The ID of this provider.
name The name of the identity provider.