Commit 8566380c authored by rajat.kulkarni's avatar rajat.kulkarni

Update sampleec2.tf

parent c684f3ac
Pipeline #23525 passed with stages
in 2 minutes and 48 seconds
...@@ -36,20 +36,21 @@ resource "time_sleep" "wait_30_seconds" { ...@@ -36,20 +36,21 @@ resource "time_sleep" "wait_30_seconds" {
variable "security_group_name" { variable "security_group_name" {
description = "Value of the Security group name" description = "Value of the Security group name"
type = string type = string
default = "ExampleAppServerInstance" default = "security_group"
} }
variable "role_name" { variable "role_name" {
description = "Value of the Name tag for the IAM role" description = "Value of the Name tag for the IAM role"
type = string type = string
default = "ExampleAppServerInstance" default = "role_name"
sensitive = true sensitive = true
} }
variable "policy_name" { variable "policy_name" {
description = "Value of the Name tag for the EC2 instance" description = "Value of the Name tag for the EC2 instance"
type = string type = string
default = "ExampleAppServerInstance" default = "policy_name"
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