1variable bottom_param {}
2
3resource "null_resource" "bottom" {
4  value = "${var.bottom_param}"
5}
6