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