Last active
November 12, 2020 02:01
-
-
Save hayorov/340ecaa5cc197d92fa39117d4a37cdb0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"project_subnets": [{"subnet_name": "x", "subnet_ip": "y", "subnet_region": "z"}], | |
"gke_master_ranges": {"az1": [{"ip_cidr_range": "a", "range_name": "b"}], "az2": [{"ip_cidr_range": "c", "range_name": "d"}, {}]}, | |
"secondary_ranges": {"az1": [{"ip_cidr_range": "m", "range_name": "d"}], "az2": [{"ip_cidr_range": "o", "range_name": "p"}]} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment