ssm-parameter-store-policy-documents
cloudposse/ssm-parameter-store-policy-documents/aws
A Terraform module that generates JSON documents for access for common AWS SSM Parameter Store policies
 terraform-aws-ssm-parameter-store-policy-documents    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-
| Name | Type | Description | Default |
|---|---|---|---|
| account_id | any | The account id of the parameter store you want to allow access to. If none suppl | "" |
| parameter_root_name | any | The prefix or root parameter that you want to allow access to. | "" |
| kms_key | any | The arn of the KMS key that you want to allow access to. If empty it uses a wild | "" |
| region | any | The region of the parameter store value that you want to allow access to. If non | "" |
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.Azure landing zones Terraform module
Terraform supermodule for the Terraform platform engineering for Azure
Terraform module to deploy landing zone subscriptions (and much more) in Azure
Terraform Module to define a consistent naming convention by (namespace, stage,