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

Delete variable.tfvars

parent be931d74
Pipeline #26672 failed with stage
in 4 seconds
variable "instance_type" {
description = "Value of the Name tag for the EC2 instance"
type = string
default = "t2.micro"
sensitive = true
}
variable "access_key" {
description = "access_key"
type = string
default = "AKIA3CBLDPGKFLYIQM4T"
#sensitive = true
}
variable "secret_key" {
description = "secret_key"
type = string
default = "H6ZxEVFZBVCO56mUFv4Oi1hzm2u934Z6yQxb9G15""
#sensitive = true
}
variable "role_ec2" {
description = "Value of the Name tag for the IAM role"
type = string
default = "role_ec2"
sensitive = true
}
variable "policy_name" {
description = "Value of the Name tag for the EC2 instance"
type = string
default = "policy_ec2"
sensitive = true
}
variable "security_group_name1" {
description = "Value of the Security group name"
type = string
default = "security_group_name"
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