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

Update sampleec2.tf

parent a18436f1
Pipeline #26486 failed with stage
in 13 seconds
provider "aws" {
profile = "default"
region = "us-east-1"
access_key = "AKIA3CBLDPGKFLYIQM4T"
secret_key = "H6ZxEVFZBVCO56mUFv4Oi1hzm2u934Z6yQxb9G15"
access_key = var.access_key
secret_key = var.secret_key
}
resource "aws_instance" "ec301" {
......
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