tags

agisoft-cloud/tags/null

Terraform Module HCL NULL

Tag helper terraform module

Install
module "tags" {
source = "agisoft-cloud/tags/null"
version = "1.0.1"
}
plain text: /constructs/tfmod-agisoft-cloud-tags-null/install.txt
⭐ Source on GitHub 📦 Registry page
README

Tags Usage ``terraform module instance_tags { source = "agisoft-cloud/tags/null" version = "1.0.0" name = "my-server-name" testing = "yes" } data aws_ami ubuntu { most_recent = true filter { name = "name" values = ["ubuntu/images/hvm-ssd/ubuntu-trusty-14.04-amd64-server-*"] } filter { name = "virtualization-type" values = ["hvm"] } owners = ["099720109477"] # Canonical } resource aws_instance some_server { ami = data.aws_ami.ubuntu.id instance_type = "t2.micro" tags = module.instance_tags.tags # tags = { # "Name" = "my-server-name" # "Testing" = "yes" # } } ``

Inputs (31)
NameTypeDescriptionDefault
kubernetes_clusterstring""
productionstring""
clusterstring""
componentstring""
defaultstring""
environmentstring""
templatestring""
testingstring""
typestring""
azstring""
endpointstring""
modulestring""
releasestring""
tagsmap(any){}
applicationstring""
profilestring""
publicstring""
_versionstring""
tierstring""
criticalstring""
Outputs (31)
component
kubernetes_cluster
production
terraform
default
profile
tier
service
cluster
contact
name
owner
private
release
role
testing
version
tags
critical
description
managed_by
module
template
application
az
endpoint
group
domain
environment
public
… and 1 more outputs
Details
FrameworkTerraform Module
LanguageHCL
Version1.0.1
Cloud NULL
★ Stars0
Forks0
Total downloads1.5k
Inputs31
Outputs31
LicenseMIT
Namespaceagisoft-cloud
Updated