Terraform module which creates AWS external policies resources.
See examples
directory for working examples to reference:
module "external_policies" {
source = "clowdhaus/external-policies/aws"
tags = {
Terraform = "true"
Environment = "dev"
}
}
Examples codified under the examples
are intended to give users references for how to use the module(s) as well as testing/validating changes to the source code of the module. If contributing to the project, please be sure to make any appropriate updates to the relevant examples to allow maintainers to test your changes and to keep the examples up to date for users. Thank you!
Name | Version |
---|---|
terraform | >= 1.3 |
aws | >= 5.0 |
http | >= 3.4 |
template | >= 2.2 |
Name | Version |
---|---|
aws | >= 5.0 |
http | >= 3.4 |
template | >= 2.2 |
No modules.
Name | Type |
---|---|
aws_iam_policy.this | resource |
aws_caller_identity.current | data source |
aws_partition.current | data source |
aws_region.current | data source |
http_http.this | data source |
template_file.this | data source |
Name | Description | Type | Default | Required |
---|---|---|---|---|
create | Determines whether resources will be created (affects all resources) | bool |
true |
no |
karpenter_version | The version of Karpenter to deploy | string |
"v0.28.0" |
no |
tags | A map of tags to add to all resources | map(string) |
{} |
no |
No outputs.
Apache-2.0 Licensed. See LICENSE.