Terraform

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"
      }
    }
  }

Difficulty: unrated

Source: bregman-arie/devops-exercises by Arie Bregman

Answer

azurerm and aws