B
This is an example of what I get if I run "terraform state show aws_instance.web":
# aws_instance.web:
resource "aws_instance" "web" {
ami = "ami-0c55b159cbfafe1f0"
instance_type = "t2.micro"
subnet_id = "subnet-12345678"
tags = {
Name = "web-instance"
}
}
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
LemonadeSoftware
1 month, 1 week agocajif66766
1 month, 3 weeks agoheeloco
3 months, 1 week agoPete987
4 months, 1 week ago