Skip to content

A Terraform module to list all resource types in AWS that support tags

Notifications You must be signed in to change notification settings

elmundio87/tf-aws-taggable-resources

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tf-aws-taggable-resources

This module uses the publicly available CloudFormation specification JSON files to determine which resources support tags.

This can be used in conjunction with an IAM Policy document template, to create policy conditions that only affect tag-supported resources.

Requirements

No requirements.

Providers

Name Version
http 3.2.1

Modules

No modules.

Resources

Name Type
http_http.cloudformation_resource_specification data source

Inputs

Name Description Type Default Required
region AWS region to reference. CloudFormation specs may differ between regions. string n/a yes
services List of AWS services to filter results. eg: ['EC2','DynamoDB'] will only return resources that are grouped into those services. list(string) [] no

Outputs

Name Description
taggable_resources A list of resource types that support tags.

About

A Terraform module to list all resource types in AWS that support tags

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages