Skip to content

Commit

Permalink
Keep only generated files output
Browse files Browse the repository at this point in the history
  • Loading branch information
barroco committed Dec 8, 2023
1 parent 07bc714 commit 1a983ba
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions deploy/operations/ci/aws-1/output.tf
Original file line number Diff line number Diff line change
@@ -1,15 +1,4 @@
output "crdb_addresses" {
value = module.terraform-aws-kubernetes.crdb_addresses
}

output "gateway_address" {
value = module.terraform-aws-kubernetes.gateway_address
}

output "generated_files_location" {
value = module.terraform-commons-dss.generated_files_location
}

output "cluster_context" {
value = module.terraform-aws-kubernetes.kubernetes_context_name
}

0 comments on commit 1a983ba

Please sign in to comment.