Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 1.75 KB

README.md

File metadata and controls

48 lines (33 loc) · 1.75 KB

terraform-aws-rolesanywhere

This repository is used as an example of deploying rolesanywhere in AWS.

For more info, see: https://docs.aws.amazon.com/rolesanywhere/latest/userguide/introduction.html

iam-rolesanywhere-trust-anchors

Requirements

Name Version
terraform <= 1.9.5
aws >= 3.73

Providers

Name Version
aws >= 3.73

Modules

No modules.

Resources

Name Type
aws_rolesanywhere_trust_anchor.this resource

Inputs

Name Description Type Default Required
certificates certificate objects to create trust anchors for. These are expected to be in the format of data.tls_certificate
see: https://registry.terraform.io/providers/hashicorp/tls/latest/docs/data-sources/certificate
any n/a yes
tags A map of tags to apply to all resources map(string) {} no

Outputs

Name Description
trust_anchor_arns n/a
trust_anchor_names n/a
trust_anchors n/a