solutions/chapter-2/04_expressions/foreach/versions.tf (
12
lines of code) (
raw
):
terraform { required_providers { azurerm = { source = "hashicorp/azurerm" version = "~> 3.1" } github = { source = "integrations/github" version = "~> 6.0" } } }