Terraform all resources, update encryption scheme, add ingress
This commit is contained in:
parent
b34b075d10
commit
3b85d6e85b
20 changed files with 731 additions and 970 deletions
7
terraform/outputs.tf
Normal file
7
terraform/outputs.tf
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
output "public_ip" {
|
||||
value = aws_eip.controlplane.public_ip
|
||||
}
|
||||
|
||||
output "argocd_password_secret" {
|
||||
value = "aws secretsmanager get-secret-value --secret-id dumpnet/cluster --query SecretString --output text | python3 -m json.tool"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue