This repository has been archived by the owner on Oct 7, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add templates * Render additional templates. Fmt code. * fix typo * Add boilerplate kops documentation * Update README and add missing templates * address CR * Update geodesic and root modules * upgrade geodesic * Add email address to readme * Update placeholders * Update configs/root.tfvars Co-Authored-By: osterman <[email protected]> * subnet calcs
- Loading branch information
Showing
29 changed files
with
942 additions
and
69 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
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 |
---|---|---|
|
@@ -9,13 +9,23 @@ namespace = "test" | |
# The default region for this account | ||
aws_region = "us-west-2" | ||
|
||
# Network CIDR of Organization | ||
org_network_cidr = "10.0.0.0/8" | ||
org_network_offset = 100 | ||
org_network_newbits = 8 # = /16 | ||
|
||
# The docker registry that will be used for the images built (nothing will get pushed) | ||
docker_registry = "cloudposse" | ||
|
||
# The templates to use for this account | ||
templates = [ | ||
"README.md", | ||
"Dockerfile.root", | ||
".github/CODEOWNERS", | ||
".github/ISSUE_TEMPLATE/feature-request.md", | ||
".github/ISSUE_TEMPLATE/bug.md", | ||
".github/PULL_REQUEST.md", | ||
".editorconfig", | ||
".gitignore", | ||
".dockerignore", | ||
"Makefile", | ||
|
@@ -24,6 +34,7 @@ templates = [ | |
"conf/bootstrap/terraform.tfvars", | ||
"conf/iam/terraform.tfvars", | ||
"conf/root-dns/terraform.tfvars", | ||
"conf/users/terraform.tfvars" | ||
] | ||
|
||
# Account email address format (e.g. `ops+%[email protected]`). This is not easily changed later. | ||
|
@@ -37,21 +48,21 @@ accounts_enabled = [ | |
"testing", | ||
"data", | ||
"corp", | ||
"audit" | ||
"audit", | ||
] | ||
|
||
# Administrator IAM usernames mapped to their keybase usernames for password encryption | ||
users = { | ||
"[email protected]" = "osterman" | ||
# "[email protected]" = "osterman" | ||
} | ||
|
||
# Terraform Root Modules Image (don't change this unless you know what you're doing) | ||
# Project: https://github.com/cloudposse/terraform-root-modules | ||
terraform_root_modules_image = "cloudposse/terraform-root-modules:0.14.3" | ||
terraform_root_modules_image = "cloudposse/terraform-root-modules:0.18.1" | ||
|
||
# Geodesic Base Image (don't change this unless you know what you're doing) | ||
# Project: https://github.com/cloudposse/geodesic | ||
geodesic_base_image = "cloudposse/geodesic:0.49.0" | ||
geodesic_base_image = "cloudposse/geodesic:0.56.0" | ||
|
||
# List of terraform root modules to enable | ||
terraform_root_modules = [ | ||
|
@@ -63,7 +74,7 @@ terraform_root_modules = [ | |
"aws/root-iam", | ||
"aws/iam", | ||
"aws/users", | ||
"aws/cloudtrail" | ||
"aws/cloudtrail", | ||
] | ||
|
||
# Message of the Day | ||
|
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
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
Oops, something went wrong.