Skip to content

Commit

Permalink
Demo Proposal Week 5
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissap543 authored Aug 29, 2024
1 parent b5e4652 commit 8e0f261
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 @@
# Demo 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 8e0f261

Please sign in to comment.