The reactor core can also define a fuel ingress port and a fuel egress port. The reactor core can further be rotatably received within a reactor housing such that the ports are configured to become at least one of more occluded and less occluded as the reactor core rotates.Hansen, Sheldon ...
tags ingress { from_port = 22 to_port = 22 protocol = "tcp" cidr_blocks = ["0.0.0.0/0"] } } resource "aws_instance" "eg_prod_bastion_xyz" { instance_type = "t1.micro" tags = module.eg_prod_bastion_xyz_label.tags vpc_security_group_ids = [aws_security_group.eg_prod_bastion...
allow_all_egressPassed to the security group module (if one is created).booltrueno allowed_cidr_blocksThe CIDR blocks from which to allowingresstraffic to the EFSlist(string)[]no allowed_security_group_idsA list of IDs of Security Groups to allow access to the security group created by this...
The reactor core can also define a fuel ingress port and a fuel egress port. The reactor core can further be rotatably received within a reactor housing such that the ports are configured to become at least one of more occluded and less occluded as the reactor core rotates.M. SHELDON ...
resource "aws_security_group" "eg_prod_bastion_public" { vpc_id = var.vpc_id name = module.eg_prod_bastion_label.id tags = module.eg_prod_bastion_label.tags egress { from_port = 0 to_port = 0 protocol = "-1" cidr_blocks = ["0.0.0.0/0"] } }...