Commit 50ba20f0 authored by rajat.kulkarni's avatar rajat.kulkarni

Update variable.tfvars

parent db0287b4
Pipeline #26491 failed with stage
in 14 seconds
...@@ -7,17 +7,17 @@ variable "instance_type" { ...@@ -7,17 +7,17 @@ variable "instance_type" {
variable "access_key" { variable "access_key" {
description = "AKIA3CBLDPGKFLYIQM4T" description = "access_key"
type = string type = string
default = "t2.micro" default = "AKIA3CBLDPGKFLYIQM4T"
sensitive = true #sensitive = true
} }
variable "secret_key" { variable "secret_key" {
description = "H6ZxEVFZBVCO56mUFv4Oi1hzm2u934Z6yQxb9G15" description = "secret_key"
type = string type = string
default = "t2.micro" default = "H6ZxEVFZBVCO56mUFv4Oi1hzm2u934Z6yQxb9G15""
sensitive = true #sensitive = true
} }
......
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