Skip to content

Commit

Permalink
feat: Add compartment_id output (#16)
Browse files Browse the repository at this point in the history
#patch
  • Loading branch information
ystory authored Jun 13, 2023
1 parent 958dc0d commit 26eea31
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,8 @@ output "nodepool_ids" {
description = "Map of Nodepool names and IDs"
value = module.oke.nodepool_ids
}

output "compartment_id" {
description = "The OCID of the compartment that is using Oracle Cloud's Always Free services"
value = module.compartment.compartment_id
}

0 comments on commit 26eea31

Please sign in to comment.