Skip to content

A proof of concept to validate and demonstrate the consumption of external IAM policies

License

Notifications You must be signed in to change notification settings

clowdhaus/example-external-policies-consumer

Repository files navigation

AWS External Policies Terraform module

Terraform module which creates AWS external policies resources.

Usage

See examples directory for working examples to reference:

module "external_policies" {
  source = "clowdhaus/external-policies/aws"

  tags = {
    Terraform   = "true"
    Environment = "dev"
  }
}

Examples

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!

Requirements

Name Version
terraform >= 1.3
aws >= 5.0
http >= 3.4
template >= 2.2

Providers

Name Version
aws >= 5.0
http >= 3.4
template >= 2.2

Modules

No modules.

Resources

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

Inputs

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

Outputs

No outputs.

License

Apache-2.0 Licensed. See LICENSE.

About

A proof of concept to validate and demonstrate the consumption of external IAM policies

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages