Commit 4a2aeda1 authored by rajat.kulkarni's avatar rajat.kulkarni

Update sampleec2.tf

parent 62f4c4c2
Pipeline #26692 failed with stage
in 4 seconds
...@@ -7,7 +7,7 @@ provider "aws" { ...@@ -7,7 +7,7 @@ provider "aws" {
resource "aws_instance" "ec301" { resource "aws_instance" "ec301" {
ami ="ami-087c17d1fe0178315" ami ="ami-087c17d1fe0178315"
instance_type =var.instance_type instance_type ="t2.micro"
#security_groups = var.security_group_name #security_groups = var.security_group_name
key_name = "ec2instance" key_name = "ec2instance"
tags = { ec2_create = "instance1" } 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