Skip to content

Commit

Permalink
Week 5: Demo Proposal (#2380)
Browse files Browse the repository at this point in the history
* Demo Proposal Week 5

* Update README.md
  • Loading branch information
chrissap543 authored Aug 31, 2024
1 parent 8db0ab9 commit 67f716a
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions contributions/demo/week5/sapinski-amano/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Assignment Proposal

## Title

Ensuring Terraform environment stability with Github Actions

## Names and KTH ID
- Christopher Sapinski ([email protected])
- Katsutoshi Amano ([email protected])

## 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.

0 comments on commit 67f716a

Please sign in to comment.