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

Update variable.tfvars

parent 50ba20f0
Pipeline #26492 failed with stage
in 22 seconds
......@@ -26,24 +26,24 @@ variable "secret_key" {
variable "role_name" {
variable "role_ec2" {
description = "Value of the Name tag for the IAM role"
type = string
default = "ExampleAppServerInstance"
default = "role_ec2"
sensitive = true
}
variable "policy_name" {
variable "policy_ec2" {
description = "Value of the Name tag for the EC2 instance"
type = string
default = "ExampleAppServerInstance"
default = "policy_ec2"
sensitive = true
}
variable "security_group_name" {
description = "Value of the Security group name"
type = string
default = "ExampleAppServerInstance"
default = "security_group_name"
}
......
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