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