Skip to content

Instantly share code, notes, and snippets.

View 300481's full-sized avatar
🌳

Dennis Riemenschneider 300481

🌳
View GitHub Profile
@300481
300481 / tag-cluster-resources.sh
Created February 1, 2019 07:03
as Azure AKS generated resources are not tagged, we will do (https://github.com/Azure/AKS/issues/207)
#!/bin/bash
# regarding this issue: https://github.com/Azure/AKS/issues/207
# we must tag the autogenerated resources by ourselves
# resource_group_name definition in terraform:
# output "resource_group_name" {
# value = "${module.resource_group.name}"
# }