blocks
^^^ example:
resource "aws_instance" "example" {
ami = "ami-b374d5a5"
instance_type = "t2.micro"
}
where you have a block type of resource, with two labels ("aws_instance", which is resource type, and "example" which is your internal name for the resource). And within this resource block you have arguments, describing/declaring the resource.
blocks
^^^ example:
resource "aws_instance" "example" {
ami = "ami-b374d5a5"
instance_type = "t2.micro"
}
where you have a block type of resource, with two labels ("aws_instance", which is resource type, and "example" which is your internal name for the resource). And within this resource block you have arguments, describing/declaring the resource.
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 |