ssm-parameter-store-policy-documents

cloudposse/ssm-parameter-store-policy-documents/aws

Terraform Module HCL AWS

A Terraform module that generates JSON documents for access for common AWS SSM Parameter Store policies

Install
module "ssm-parameter-store-policy-documents" {
source = "cloudposse/ssm-parameter-store-policy-documents/aws"
version = "0.1.3"
}
plain text: /constructs/tfmod-cloudposse-ssm-parameter-store-policy-documents-aws/install.txt
⭐ Source on GitHub 📦 Registry page
README

![Cloud Posse](https://cloudposse.com) terraform-aws-ssm-parameter-store-policy-documents ![Build Status](https://travis-ci.org/cloudposse/terraform-aws-ssm-parameter-store-policy-documents) ![Latest Release](https://github.com/cloudposse/terraform-aws-ssm-parameter-store-policy-documents/releases) ![Slack Community](https://slack.cloudposse.com) This module generates JSON documents for restricted permission sets for AWS SSM Parameter Store access. Helpful when combined with terraform-aws-ssm-parameter-store --- This project is part of our comprehensive "SweetOps" approach towards DevOps. It's 100% Open Source and licensed under the APACHE2. Examples Create a policy that allows access to write all parameters ``hcl module "ps_policy" { source = "git::https://github.com/cloudposse/terraform-

Inputs (4)
NameTypeDescriptionDefault
account_idanyThe account id of the parameter store you want to allow access to. If none suppl""
parameter_root_nameanyThe prefix or root parameter that you want to allow access to.""
kms_keyanyThe arn of the KMS key that you want to allow access to. If empty it uses a wild""
regionanyThe region of the parameter store value that you want to allow access to. If non""
Outputs (5)
manage_kms_store_policy — A JSON policy document that allows decryption access to a KMS key.
manage_parameter_store_policy — A JSON policy document that allows full access to the parameter store.
put_xray_trace_policy — A JSON policy document that allows putting data into x-ray for tracing parameter store requests.
read_parameter_store_policy — A JSON policy document that only allows read access to the parameter store.
write_parameter_store_policy — A JSON policy document that only allows write access to the parameter store.
Details
FrameworkTerraform Module
LanguageHCL
Version0.1.3
Cloud AWS
★ Stars16
Forks14
Total downloads8.2k
Inputs4
Outputs5
LicenseApache-2.0
Namespacecloudposse
Updated