Commit 2fb0276c authored by rajat.kulkarni's avatar rajat.kulkarni

Update sampleec2.tf

parent c1882462
Pipeline #26493 failed with stage
in 3 seconds
provider "aws" { provider "aws" {
profile = "default" profile = "default"
region = "us-east-1" region = "us-east-1"
access_key = var.access_key access_key = ${AWS_ACCESS_KEY}
secret_key = var.secret_key secret_key = ${AWS_SECRET_ACCESS_KEY}
} }
resource "aws_instance" "ec301" { resource "aws_instance" "ec301" {
ami ="ami-087c17d1fe0178315" ami ="ami-087c17d1fe0178315"
instance_type =var.instance_type instance_type =var.instance_type
......
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