This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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}" | |
# } |
NewerOlder