-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Use devtools generate_modules helper (terraform-google-modules…
…#433) * Use devtools generate_modules helper. * [autogen_modules] Add 'template_folder' param, add safer-cluster modules config. * contrib * Remove check_generate from this module * Remove custom check step from lint CI config * Tweak indentity namespace description Co-authored-by: Osman Mazinov <[email protected]>
- Loading branch information
Showing
14 changed files
with
85 additions
and
181 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
[ | ||
{ | ||
"template_folder": "./autogen/main", | ||
"path": "./", | ||
"options": { | ||
"private_cluster": false | ||
} | ||
}, | ||
{ | ||
"template_folder": "./autogen/main", | ||
"path": "./modules/private-cluster", | ||
"options": { | ||
"module_path": "//modules/private-cluster", | ||
"private_cluster": true | ||
} | ||
}, | ||
{ | ||
"template_folder": "./autogen/main", | ||
"path": "./modules/beta-private-cluster", | ||
"options": { | ||
"module_path": "//modules/beta-private-cluster", | ||
"private_cluster": true, | ||
"beta_cluster": true | ||
} | ||
}, | ||
{ | ||
"template_folder": "./autogen/main", | ||
"path": "./modules/private-cluster-update-variant", | ||
"options": { | ||
"module_path": "//modules/private-cluster-update-variant", | ||
"private_cluster": true, | ||
"update_variant": true | ||
} | ||
}, | ||
{ | ||
"template_folder": "./autogen/main", | ||
"path": "./modules/beta-private-cluster-update-variant", | ||
"options": { | ||
"module_path": "//modules/beta-private-cluster-update-variant", | ||
"private_cluster": true, | ||
"update_variant": true, | ||
"beta_cluster": true | ||
} | ||
}, | ||
{ | ||
"template_folder": "./autogen/main", | ||
"path": "./modules/beta-public-cluster", | ||
"options": { | ||
"module_path": "//modules/beta-public-cluster", | ||
"private_cluster": false, | ||
"beta_cluster": true | ||
} | ||
}, | ||
{ | ||
"template_folder": "./autogen/safer-cluster", | ||
"path": "./modules/safer-cluster", | ||
"options": { | ||
"module_path": "//modules/safer-cluster" | ||
} | ||
}, | ||
{ | ||
"template_folder": "./autogen/safer-cluster", | ||
"path": "./modules/safer-cluster-update-variant", | ||
"options": { | ||
"module_path": "//modules/safer-cluster-update-variant", | ||
"update_variant": true | ||
} | ||
} | ||
] |
This file contains 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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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