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 31, 2024
1 parent f8843e3 commit d5f9077
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-03f4878755434977f"
instance_type = "t2.medium"
instance_type = "t2.large"
key_name = "Argo key"
vpc_security_group_ids = [aws_security_group.Jenkins-sg.id]
user_data = templatefile("./install_jenkins.sh", {})
Expand Down

0 comments on commit d5f9077

Please sign in to comment.