Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flaconi/terraform-aws-service-control-policies
Terraform module for handling service control policies
https://github.com/flaconi/terraform-aws-service-control-policies
aws terraform terraform-module
Last synced: 16 days ago
JSON representation
Terraform module for handling service control policies
- Host: GitHub
- URL: https://github.com/flaconi/terraform-aws-service-control-policies
- Owner: Flaconi
- License: mit
- Created: 2024-10-28T14:01:07.000Z (19 days ago)
- Default Branch: master
- Last Pushed: 2024-10-30T10:18:35.000Z (18 days ago)
- Last Synced: 2024-10-30T10:30:06.170Z (17 days ago)
- Topics: aws, terraform, terraform-module
- Language: Makefile
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Terraform Module for Service Control Policies
Template for Terraform modules[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)
For requirements regarding module structure: [style-guide-terraform.md](https://github.com/Flaconi/devops-docs/blob/master/doc/conventions/style-guide-terraform.md)
## Providers
| Name | Version |
|------|---------|
| [aws](#provider\_aws) | n/a |## Requirements
| Name | Version |
|------|---------|
| [terraform](#requirement\_terraform) | ~> 1.3 |## Required Inputs
The following input variables are required:
### [policies](#input\_policies)
Description: List of policies with their details
Type:
```hcl
list(object({
name = string
file = string
target_ids = list(string)
description = string
}))
```## Optional Inputs
No optional inputs.
## Outputs
| Name | Description |
|------|-------------|
| [policy\_arns](#output\_policy\_arns) | Map of policy ARNs. |
| [policy\_ids](#output\_policy\_ids) | Map of policy IDs. |## License
**[MIT License](LICENSE)**
Copyright (c) 2023 **[Flaconi GmbH](https://github.com/flaconi)**