-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add self-managed ubuntu node group with codejail (#66)
* refactor: switch to Terraform templatefile() and bump versions * refactor: fix missing if * chore: make jinja ignore file contents * chore: make jinja ignore file contents * chore: make jinja ignore file contents * chore: make jinja ignore file contents * chore: make jinja ignore file contents * chore: make jinja ignore file contents * chore: make jinja ignore file contents * style: lint * chore: add eks parameters * chore: remove gavinbunney/kubectl * chore: cleanup jinja tags * chore: remove kubectl * refactor: new cluster access auth method w terraform-aws-modules/eks/aws v20.0 * chore: fix stacks.hcl parameter assignments * add codejail * feat: add self managed ubunut node group with codejail * chore: refactor templates and bump versions * chore: refactor templates and bump versions * chore: refactor templates and bump versions * chore: refactor templates and bump versions * chore: refactor templates and bump versions * chore: refactor templates and bump versions * chore: refactor templates and bump versions * chore: refactor templates and bump versions * chore: refactor templates and bump versions
- Loading branch information
Showing
41 changed files
with
1,017 additions
and
346 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
5 changes: 3 additions & 2 deletions
5
{{cookiecutter.github_repo_name}}/terraform/environments/modules/acm/outputs.tf
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 |
---|---|---|
@@ -1,5 +1,6 @@ | ||
|
||
|
||
output "acm_root_domain_environment_region_acm_certificate_status" { | ||
value = module.acm_root_domain_environment_region.acm_certificate_status | ||
output "acm_environment_environment_region_acm_certificate_arn" { | ||
description = "the ARN of the environment certificate" | ||
value = module.acm_environment_environment_region.acm_certificate_arn | ||
} |
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.