-
-
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 module to gather environment state data of current user * add cookiecutter meta tags * force recreation of meta resource on each apply * persist current version to a file that Terraform can read and add to its state * add cookiecutter meta tags * add cookiecutter meta tags * add cookiecutter meta tags * de-abstract tags * testing * change the source of the taint. switch template_file to local_file * refactor all elements into a single null_resourc that is tainted by the last commit * add local_file resources now depent on null_resource 'environment' * lint * add meta tags * documentation * prototype a kubernetes stack module * testing * add tags to iam policy * revert to nutmeg.3 and set TUTOR_OPENEDX_COMMON_VERSION in build workflow * revert to nutmeg.2 with tutor 14.2.4 * add more settings defaults * add more template tags * add meta, module and resource tags * add meta, module and resource tags * terraform fmt -recursive * change cookiecutter meta secrets names * persist config dump to k8s secrets * ci_openedx_actions_tutor_print_dump=v1.0.2 * ci_openedx_actions_tutor_print_dump=v1.0.3 * refactor provider declarations into separate modules * rename module * rename module * documentation * documentation * add eduNEXT proxy service for scorm backends * DRY the aws s3 bucket names * ci_openedx_actions_tutor_print_dump=v1.0.4 * rename module from s3_openedx_storage to s3 * remove duplicate variable declaration * add release notes * lint
- Loading branch information
Showing
162 changed files
with
2,063 additions
and
680 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
v1.0.27 |
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
Binary file added
BIN
+273 KB
{{cookiecutter.github_repo_name}}/doc/wordfence-firewall-screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 30 additions & 0 deletions
30
{{cookiecutter.github_repo_name}}/terraform/common/cookiecutter_meta/README.md
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,30 @@ | ||
# Cookiecutter Meta | ||
|
||
Collects and persists meta data about the current user's environment. Data collected is made visible to Terraform by persisting each data element its own .state file in ./output. These files in turn are exposed within Terraform using "data" declarations. | ||
|
||
Cookiecutter Meta is referenced by all modules contained in [environments](../../environments/) and [stacks](../../stacks/) and is ultimated formatted into AWS resource tag elements that are persisted into every AWS resource created by the Terraform scripts contained in this repository. | ||
|
||
## Meta Data | ||
|
||
Collects the following about your operating environment: | ||
|
||
- AWS Command-line interface version number | ||
- The current git branch of this repository | ||
- The most recent git commit date from this repository | ||
- The sha of the most recent git commit from this repository | ||
- The AWS IAM ARN which contains the key-secret in use for the awscli | ||
- Kubectl current version | ||
- The name and version of your computer's operating system | ||
- Terraform current version | ||
- Timestamp of the last time this module was executed | ||
- Cookiecutter version | ||
|
||
## Usage | ||
|
||
Run this module separately and as needed. | ||
|
||
```bash | ||
terraform init # prepare this module to run by downloading all referenced Terraform modules and providers | ||
terraform plan # echo a work plan to the console | ||
terraform apply # run this module | ||
``` |
Oops, something went wrong.