Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
fklasen-snyk authored Mar 22, 2024
1 parent 2b67c26 commit b71e678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ module "instance" {
source = "terraform-aws-modules/ec2-instance/aws"
ami = var.ami
instance_type = "t2.micro"
name = "example-server"
name = "terraform-example-server"

vpc_security_group_ids = [module.vpc.vpc_sg_id]
subnet_id = module.subnet.subnet_id_main
Expand Down

0 comments on commit b71e678

Please sign in to comment.