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
3 months, 3 weeks agobella
5 months, 3 weeks agoAlandt
10 months agoTronko86
1 year agobajwa360
1 year, 1 month agoarun00028
1 year, 1 month agoarun00028
1 year, 1 month agoSathisgm
1 year, 6 months agoMarshalLaw
1 year, 6 months agosdm13168
1 year, 6 months agoOleg_gol
1 year, 6 months agoOleg_gol
1 year, 6 months ago