mirror of
https://github.com/GlueOps/autoglue.git
synced 2026-02-13 21:00:06 +01:00
feat: add labels to terraform provider
This commit is contained in:
4
terraform/modules/taints/outputs.tf
Normal file
4
terraform/modules/taints/outputs.tf
Normal file
@@ -0,0 +1,4 @@
|
||||
output "ids" {
|
||||
description = "Map of taint IDs by key."
|
||||
value = { for k, r in autoglue_taint.this : k => r.id }
|
||||
}
|
||||
Reference in New Issue
Block a user