the value of an argument in one resource block is derived from the output/creation of another resource
^^^ e.g. when ec2 instace has to be created before elastic ip:
resource "aws_eip" "ip" {
instance = "${aws_instance.example.id}"
}
the value of an argument in one resource block is derived from the output/creation of another resource
^^^ e.g. when ec2 instace has to be created before elastic ip:
resource "aws_eip" "ip" {
instance = "${aws_instance.example.id}"
}
status | not learned | measured difficulty | 37% [default] | last interval [days] | |||
---|---|---|---|---|---|---|---|
repetition number in this series | 0 | memorised on | scheduled repetition | ||||
scheduled repetition interval | last repetition or drill |