This article has not been completed yet. However, it may already contain helpful information and therefore it has been published at this stage. https://it-infrastructure.solutions/terraform/ main.tf terraform { required_providers { aws = { source = "hashicorp/aws" } } } provider "aws" { profile = "default" region = "eu-central-1" } resource "aws_