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 f4ca2e0 commit ef79844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkins-terraform/Main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ resource "aws_security_group" "Jenkins-sg" {

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

0 comments on commit ef79844

Please sign in to comment.