Skip to content

Pararius/terraform-module-gcp-cloudsql-mysql-roles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terraform module to manage mysql roles

This Terraform module provides role-based access control for Cloud SQL instances in a MySQL environment on Google Cloud Platform (GCP). It enables you to manage different types of accounts with specific permissions and privileges, such as read/write accounts, and read-only accounts.

Features

  • Role-based access control for Cloud SQL MySQL instances on GCP.
  • Creation of read/write accounts for performing read and write operations.
  • Configuration of read-only accounts with read-only access.

Usage

module "db" { source = "github.com/Pararius/terraform-module-gcp-cloudsql-mysql.git" . . }

NOTE: Using this module requires a two step approach using separate terraform apply runs:

  • Provision the mysql instance itself
  • Configure the mysql provider and provision (additional) roles using this module

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages