Skip to content

Instantly share code, notes, and snippets.

View itsMagondu's full-sized avatar
🎯
Focusing

Samuel Magondu Njenga itsMagondu

🎯
Focusing
View GitHub Profile
@itsMagondu
itsMagondu / main.tf
Created August 20, 2019 11:02
Main terraform file to control modules
# variables
variable project {}
variable region {}
variable zone {}
variable billing_id {}
variable org_id {}
variable k8s_username {}
variable k8s_password {}
variable metabase_db_user {}
variable metabase_db_password {}
@itsMagondu
itsMagondu / main.tf
Created August 20, 2019 11:02
Main terraform file to control modules
# variables
variable project {}
variable region {}
variable zone {}
variable billing_id {}
variable org_id {}
variable k8s_username {}
variable k8s_password {}
variable metabase_db_user {}
variable metabase_db_password {}