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 year agocajif66766
1 year agoheeloco
1 year, 2 months agoPete987
1 year, 3 months ago