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"
}
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)
| Name | Type | Description | Default |
|---|---|---|---|
| kubernetes_cluster | string | "" | |
| production | string | "" | |
| cluster | string | "" | |
| component | string | "" | |
| default | string | "" | |
| environment | string | "" | |
| template | string | "" | |
| testing | string | "" | |
| type | string | "" | |
| az | string | "" | |
| endpoint | string | "" | |
| module | string | "" | |
| release | string | "" | |
| tags | map(any) | {} | |
| application | string | "" | |
| profile | string | "" | |
| public | string | "" | |
| _version | string | "" | |
| tier | string | "" | |
| critical | string | "" |
Outputs (31)
componentkubernetes_clusterproductionterraformdefaultprofiletierserviceclustercontactnameownerprivatereleaseroletestingversiontagscriticaldescriptionmanaged_bymoduletemplateapplicationazendpointgroupdomainenvironmentpublic… and 1 more outputs
Details
FrameworkTerraform Module
LanguageHCL
Version1.0.1
Cloud NULL
★ Stars0
Forks0
Total downloads1.5k
Inputs31
Outputs31
LicenseMIT
Namespaceagisoft-cloud
Updated