Skip to content

Commit 3d341a9

Browse files
authored
Update Main.tf
1 parent 0b3dcb3 commit 3d341a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkins-terraform/Main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ resource "aws_security_group" "Jenkins-sg" {
6161
resource "aws_instance" "web" {
6262
ami = "ami-0df4b2961410d4cff"
6363
instance_type = "t2.medium"
64-
key_name = "purplehaze"
64+
key_name = "mumbai-mac"
6565
vpc_security_group_ids = [aws_security_group.Jenkins-sg.id]
6666
user_data = templatefile("./install_jenkins.sh", {})
6767
iam_instance_profile = aws_iam_instance_profile.example_profile.name

0 commit comments

Comments
 (0)