fixes in the starter files

This commit is contained in:
Jakub Kasprzak 2024-04-24 15:42:33 +02:00
parent 25f4d03de0
commit 60f469bed0
4 changed files with 6 additions and 6 deletions

View File

@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 3.27"
version = "~> 5.0"
}
}
}

View File

@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 3.27"
version = "~> 5.0"
}
}
}

View File

@ -1,5 +1,5 @@
account_number=211125385450
account_number=XXXXX
student_initials="jk"
student_full_name="Jakub Kasprzak"
student_index_no = "12345"
lab_role_arn = "arn:aws:iam::211125385450:role/LabRole"
lab_role_arn = "arn:aws:iam::XXXXX:role/LabRole"

View File

@ -1,5 +1,5 @@
account_number=211125385450
account_number=XXXXX
student_initials="jk"
student_full_name="Jakub Kasprzak"
student_index_no = "12345"
lab_role_arn = "arn:aws:iam::211125385450:role/LabRole"
lab_role_arn = "arn:aws:iam::XXXXX:role/LabRole"