Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 973 Bytes

File metadata and controls

46 lines (31 loc) · 973 Bytes

Create an AWS IAM role for reading SSM parameters

Usage

To run this example you need to execute the terraform init command followed by the terraform apply command.

Note that this example may create resources which cost money. Run terraform destroy when you no longer need these resources.

Requirements

Name Version
terraform ~> 1.1
aws ~> 6.7

Providers

| ---- | ------- | No providers. | Name | Version | | aws | ~> 6.7 |

Modules

Name Source Version
ssm_role ../../ n/a

Resources

No resources.

Inputs

No inputs.

Outputs

Name Description
policy The IAM policy that can read the specified SSM Parameter Store parameters for site.example.com.
role The IAM role that can read the specified SSM Parameter Store parameters for site.example.com.