What are the names of the providers in this case?
terraform {
required_providers {
aws = {
source = "hashicorp/aws"
}
azurerm = {
source = "hashicorp/azurerm"
version = "~> 3.0.2"
}
}
}
Answer
azurerm and aws