Fix the security groups definitions.
This commit is contained in:
parent
76a9517cc9
commit
444ba8cd81
|
@ -201,19 +201,18 @@ variable "security_group_list" {
|
||||||
default = {
|
default = {
|
||||||
postgreSQL = "PostgreSQL service"
|
postgreSQL = "PostgreSQL service"
|
||||||
acaland = "acaland's dev machine"
|
acaland = "acaland's dev machine"
|
||||||
haproxy = "HAPROXY L7"
|
haproxy = "traffic_from_main_lb_to_haproxy_l7"
|
||||||
access_to_orientdb = "access_to_orientdb"
|
access_to_orientdb = "access_to_orientdb"
|
||||||
dataminer-publish = "dataminer-publish"
|
dataminer-publish = "dataminer-publish"
|
||||||
docker_swarm_NFS = "Docker Swarm NFS"
|
docker_swarm_NFS = "Docker Swarm NFS"
|
||||||
public_HTTPS = "Public HTTPS"
|
public_HTTPS = "Public HTTPS"
|
||||||
haproxy = "HAPROXY L7"
|
|
||||||
orientdb_internal_docker_traffic = "orientdb_internal_docker_traffic"
|
orientdb_internal_docker_traffic = "orientdb_internal_docker_traffic"
|
||||||
limited_SSH_access = "Limited SSH access"
|
limited_SSH_access = "Limited SSH access"
|
||||||
debugging_from_jump_node = "debugging_from_jump_node"
|
debugging_from_jump_node = "debugging_from_jump_node"
|
||||||
access_to_the_timescaledb_service = "access_to_the_timescaledb_service"
|
access_to_the_timescaledb_service = "access_to_the_timescaledb_service"
|
||||||
docker_swarm = "Docker Swarm"
|
docker_swarm = "Docker Swarm"
|
||||||
http_and_https_from_the_load_balancers = "http and https from the load balancers"
|
http_and_https_from_the_load_balancers = "traffic_from_the_main_load_balancers"
|
||||||
limited_HTTPS_access = "Limited HTTPS access"
|
limited_HTTPS_access = "restricted_web_service"
|
||||||
mongo = "mongo"
|
mongo = "mongo"
|
||||||
limited_SSH_access = "Limited SSH access"
|
limited_SSH_access = "Limited SSH access"
|
||||||
default = "default"
|
default = "default"
|
||||||
|
|
Loading…
Reference in New Issue