Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
marlapativ authored and ParichayDidwania committed May 28, 2024
1 parent a276b38 commit de8ccbb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ec2.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ resource "aws_vpc_security_group_egress_rule" "jenkins" {
}

resource "aws_instance" "jenkins" {
ami = var.jenkins_ec2.ami
subnet_id = aws_subnet.jenkins.id
instance_type = var.jenkins_ec2.instance_type
ami = var.jenkins_ec2.ami
subnet_id = aws_subnet.jenkins.id
instance_type = var.jenkins_ec2.instance_type

root_block_device {
volume_size = var.jenkins_ec2.volume.size
Expand Down

0 comments on commit de8ccbb

Please sign in to comment.