Skip to content

Commit

Permalink
Update Main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
Aakibgithuber authored Jan 30, 2024
1 parent d92fc97 commit d62ce09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkins-terraform/Main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ resource "aws_security_group" "Jenkins-sg" {
}

resource "aws_instance" "web" {
ami = "ami-0c7217cdde317cfec"
ami = "ami-03f4878755434977f"
instance_type = "t2.medium"
key_name = "my key"
key_name = "Argo key"
vpc_security_group_ids = [aws_security_group.Jenkins-sg.id]
user_data = templatefile("./install_jenkins.sh", {})
iam_instance_profile = aws_iam_instance_profile.example_profile.name
Expand Down

0 comments on commit d62ce09

Please sign in to comment.