Add output for security group
This commit is contained in:
parent
e33340353a
commit
50ab5b2eb1
@ -28,6 +28,11 @@ output "vpc_id" {
|
||||
description = "VPC ID Main VPC"
|
||||
}
|
||||
|
||||
output "security_groups" {
|
||||
value = module.vpc.vpc_default_security_group_id
|
||||
description = "Security Group Id of Default VPC"
|
||||
}
|
||||
|
||||
#### eks_cluster outputs ####
|
||||
output "eks_cluster_id" {
|
||||
description = "The name of the cluster"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user