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

Update sampleec2.tf

parent 2fb0276c
Pipeline #26494 failed with stage
in 13 seconds
provider "aws" { provider "aws" {
profile = "default" profile = "default"
region = "us-east-1" region = "us-east-1"
access_key = ${AWS_ACCESS_KEY} access_key = var.access_key
secret_key = ${AWS_SECRET_ACCESS_KEY} secret_key = var.secret_key
} }
......
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