Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Assignment Proposal
Title
Terraform: Managing Infrastructure as it were Code
Names and KTH ID
Deadline
Category
Description
In our presentation, we will explain how to deploy cloud infrastructure efficiently using Terraform. We will give an overview of the total, explaining how things were done in the past and how Terraform improved this process for modern development. We will also show some examples of how to deploy cloud infrastructure using Terraform.
Relevance
In the cloud-native environment, it is not required any more to manage your servers manually. Developers are creating new tools that allow you to simplify this task. Terraform is one of the most popular tools for managing infrastructure as code. It allows you to define your infrastructure in a configuration file and then deploy it to the cloud. This is a very powerful tool that allows you to automate the deployment of your infrastructure.
This technology allows us to adopt easily to the DevOps workflow even with the infrastructure, helping us create a scalable and maintainable infrastructure.