module "snowflake_private_key" {
  source = "git@github.com:theorchard/terraform-secrets-manager.git//?ref=1.6.1"

  environment        = var.environment
  service_name       = var.service_name
  secret_name        = "SNOWFLAKE_PRIVATE_KEY"
  application_family = var.application_family
}

module "fivetran_credentials" {
  source = "git@github.com:theorchard/terraform-secrets-manager.git//?ref=1.6.1"

  environment        = var.environment
  service_name       = var.service_name
  secret_name        = "FIVETRAN_CREDENTIALS"
  application_family = var.application_family
}
