Skip to content

Instantly share code, notes, and snippets.

@phinze
Created February 9, 2015 18:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phinze/097df2400e8e011d5586 to your computer and use it in GitHub Desktop.
Save phinze/097df2400e8e011d5586 to your computer and use it in GitHub Desktop.
variable "dep" { }
resource "aws_instance" "bar" {
ami = "ami-408c7f28"
instance_type = "t1.micro"
tags {
DependsOn = "${var.dep}"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment