Commit ff45d574 authored by rajat.kulkarni's avatar rajat.kulkarni

Update sampleec2.tf

parent f9809fb7
Pipeline #26669 failed with stage
in 4 seconds
......@@ -8,7 +8,7 @@ provider "aws" {
resource "aws_instance" "ec301" {
ami ="ami-087c17d1fe0178315"
instance_type ="t2.micro"
security_groups = [aws_security_group.security_group_name1.name]
key_name = "ec2instance"
tags = { ec2_create = "instance1" }
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment