Skip to content

Commit

Permalink
Fix sg_rules
Browse files Browse the repository at this point in the history
  • Loading branch information
GomathiselviS committed Dec 2, 2024
1 parent 00507da commit d7cc9ee
Showing 1 changed file with 0 additions and 48 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,51 +43,3 @@ spec:
question_description: 'Dictionaries of Security Group Rules. e.g. {"proto": "tcp", "ports": "22", "cidr_ip": "10.1.1.0/16"}; {"proto": "tcp", "ports": "8000-8010", "cidr_ip": "10.1.1.0/16"}'
variable: "security_group_rules"
required: false

- type: "text"
question_name: "Internal Security Group rule 1 port"
question_description: "Port numbers the traffic is going to. Can be a single port, or a range of ports, for example, 8000-8010. If not provided 22 will be used"
variable: "security_group_1_port"
required: false

- type: "text"
question_name: "Internal Security Group rule 1 cidr block"
question_description: "The CIDR block traffic is coming from. If not provided, cidr block of the vpc created will be used."
variable: "security_group_1_cidr"
required: false

- type: "text"
question_name: "Internal Security Group rule 2 protocol"
question_description: "The IP protocol name."
variable: "security_group_2_proto"
required: false

- type: "text"
question_name: "Internal Security Group rule 2 port"
question_description: "Port numbers the traffic is going to. Can be a single port, or a range of ports, for example, 8000-8010."
variable: "security_group_2_port"
required: false

- type: "text"
question_name: "Internal Security Group rule 2 cidr block"
question_description: "The CIDR block traffic is coming from."
variable: "security_group_2_cidr"
required: false

- type: "text"
question_name: "Internal Security Group rule 3 protocol"
question_description: "The IP protocol name."
variable: "security_group_3_proto"
required: false

- type: "text"
question_name: "Internal Security Group rule 3 port"
question_description: "Port numbers the traffic is going to. Can be a single port, or a range of ports, for example, 8000-8010."
variable: "security_group_3_port"
required: false

- type: "text"
question_name: "Internal Security Group rule 3 cidr block"
question_description: "The CIDR block traffic is coming from."
variable: "security_group_3_cidr"
required: false

0 comments on commit d7cc9ee

Please sign in to comment.