From 8e0f261add10273e400e03594f0d9a2a41b98daf Mon Sep 17 00:00:00 2001 From: chrissap543 <89662350+chrissap543@users.noreply.github.com> Date: Thu, 29 Aug 2024 14:33:05 +0200 Subject: [PATCH 1/2] Demo Proposal Week 5 --- .../demo/week5/sapinski-amano/README.md | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 contributions/demo/week5/sapinski-amano/README.md diff --git a/contributions/demo/week5/sapinski-amano/README.md b/contributions/demo/week5/sapinski-amano/README.md new file mode 100644 index 0000000000..b95b58c892 --- /dev/null +++ b/contributions/demo/week5/sapinski-amano/README.md @@ -0,0 +1,25 @@ +# Demo Proposal + +## Title + +Ensuring Terraform environment stability with Github Actions + +## Names and KTH ID + - Christopher Sapinski (sapinski@kth.se) + - Katsutoshi Amano (amano@kth.se) + +## Deadline + +- Week 5 + +## Category + +- Demo + +## Description + +We will show how in a workflow, that when Terraform files are modified, we can then check the veracity of the changes. Once that has been verified, the merged pull request will update the environment. + +**Relevance** + +Terraform is an infrastructure-as-code tool. When you make changes to the test environment by modifying Terraform files, it is good to make sure that the modifications do not break any standards. It can also make a log in the pull request of what has changed. For example, instead of spending time in the AWS dashboard changing configurations, Terraform can automatically update the instance. From 8a21f99487a6639df241d840fe23086ab68ab5dd Mon Sep 17 00:00:00 2001 From: chrissap543 <89662350+chrissap543@users.noreply.github.com> Date: Thu, 29 Aug 2024 14:43:40 +0200 Subject: [PATCH 2/2] Update README.md --- contributions/demo/week5/sapinski-amano/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributions/demo/week5/sapinski-amano/README.md b/contributions/demo/week5/sapinski-amano/README.md index b95b58c892..ebe5841db9 100644 --- a/contributions/demo/week5/sapinski-amano/README.md +++ b/contributions/demo/week5/sapinski-amano/README.md @@ -1,4 +1,4 @@ -# Demo Proposal +# Assignment Proposal ## Title