b is correct there is no '=' sign for other 2 options
terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.42"
}
}
required_version = ">= 1.2.0"
}
well B and C are correct. the question isn't clear about required provider... did they mean terraform version or hashicorp provider
terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.42"
}
}
required_version = ">= 1.2.0"
}
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.
090200f
7 months, 2 weeks agobella
9 months, 2 weeks agoAlandt
1 year, 1 month agoTronko86
1 year, 4 months agobajwa360
1 year, 4 months agoarun00028
1 year, 4 months agoarun00028
1 year, 5 months agoSathisgm
1 year, 10 months agoMarshalLaw
1 year, 10 months agosdm13168
1 year, 10 months agoOleg_gol
1 year, 10 months agoOleg_gol
1 year, 10 months ago