Skip to content

Orderly Database Infrastructure with Terraform focuses on the setup and management of the database infrastructure for the Orderly API. By employing Terraform, it ensures that database provisioning aligns with the principles of Infrastructure as Code, providing a scalable, secure, and maintainable database environment.

License

Notifications You must be signed in to change notification settings

tribofustack/cloudsql-iac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation



Google Cloud Platform + Infrastructure as Code


                              

This is a project to generate a Cloud SQL database in Google Cloud Platform. This works as a module made with Terraform to help all configuration.


Requirements

  • Google Cloud Platform account
  • Create a project
  • Create a Service Account - and get the credentials JSON

Inputs

  • project_id
  • zone
  • region
  • instance_name
  • db_name
  • db_username
  • db_pass

Outputs

  • db_info
    • public_ip_address
    • database
    • user
    • password
    • sensitive = true




📝 License

This project is licensed under the MIT License. For more information, please refer to the LICENSE file.

About

Orderly Database Infrastructure with Terraform focuses on the setup and management of the database infrastructure for the Orderly API. By employing Terraform, it ensures that database provisioning aligns with the principles of Infrastructure as Code, providing a scalable, secure, and maintainable database environment.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages