Template for Terraform modules
For requirements regarding module structure: style-guide-terraform.md
| Name | Version |
|---|---|
| aws | n/a |
| Name | Version |
|---|---|
| terraform | ~> 1.3 |
The following input variables are required:
Description: List of policies with their details
Type:
list(object({
name = string
file = string
target_ids = list(string)
description = string
}))No optional inputs.
| Name | Description |
|---|---|
| policy_arns | Map of policy ARNs. |
| policy_ids | Map of policy IDs. |
Copyright (c) 2023 Flaconi GmbH