terraform/ecc-gcp-306-pubsub-topic-is-not-anonymously-or-publicly-accessible/red/provider.tf (12 lines of code) (raw):
terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "~> 5"
}
}
}
provider "google" {
project = var.project
region = var.region
}