UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

update nightly cluster to use latest n-1

Merged joshwolf requested to merge nightly into master
3 files
+ 24
5
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -31,3 +31,12 @@ module "dev" {
public_subnets = data.terraform_remote_state.networking.outputs.public_subnets
ssh_authorized_keys = [tls_private_key.ssh.public_key_openssh]
}
resource "aws_security_group_rule" "dev-ssh" {
from_port = 22
to_port = 22
protocol = "tcp"
security_group_id = module.dev.cluster_sg
type = "ingress"
cidr_blocks = ["0.0.0.0/0"]
}
\ No newline at end of file
Loading