terraform {
required_providers {
rad-security = {
source = "rad-security/rad-security"
version = "1.1.6"
}
}
}
provider "google" {
# Your Google Cloud provider configuration here
}
provider "rad-security" {
access_key_id = "Your Rad Security access key here"
secret_key = "Your Rad Security secret key here"
}
module "rad-security-connect" {
source = "rad-security/rad-security-connect/google"
}