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
11 months, 1 week agobella
1 year, 1 month agoAlandt
1 year, 5 months agoTronko86
1 year, 8 months agobajwa360
1 year, 8 months agoarun00028
1 year, 8 months agoarun00028
1 year, 8 months agoSathisgm
2 years, 1 month agoMarshalLaw
2 years, 1 month agosdm13168
2 years, 1 month agoOleg_gol
2 years, 1 month agoOleg_gol
2 years, 1 month ago