add another output, but does not seem to return anything for the moment
This commit is contained in:
@@ -38,3 +38,7 @@ output "volume_ids" {
|
|||||||
output "instance_count" {
|
output "instance_count" {
|
||||||
value = var.instance_count
|
value = var.instance_count
|
||||||
}
|
}
|
||||||
|
|
||||||
|
output "cloud_init_rendered" {
|
||||||
|
value = templatefile("${path.module}/cloud_init.yaml", {ssh_key = var.ssh_key})
|
||||||
|
}
|
Reference in New Issue
Block a user