In the following code snippet, the block type is identified by which string?
1. resource "aws_instance" "db" {
2. ami = "ami-123456"
3. instance_type = "t2.micro"
4. }
The format of resource block configurations is as follows:
<block type> '<resource type>' '<local name/label>'
Currently there are no comments in this discussion, be the first to comment!