Commit 77dd835e authored by rajat.kulkarni's avatar rajat.kulkarni

Update sampleec2.tf

parent c6dce893
Pipeline #26504 failed with stage
in 13 seconds
......@@ -44,14 +44,14 @@ variable "security_group_name" {
default = "security_group"
}
variable "role_name" {
variable "role_ec2" {
description = "Value of the Name tag for the IAM role"
type = string
default = "role_name"
sensitive = true
}
variable "policy_name" {
variable "policy_ec2" {
description = "Value of the Name tag for the EC2 instance"
type = string
default = "policy_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