Skip to content

Commit

Permalink
patch: output name fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
andrecorreaneto committed Nov 29, 2023
1 parent ce48373 commit 143d16c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module-network.tf
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ resource "oci_core_drg_attachment" "this" {
count = var.create_vcn && var.drg_id != null ? 1 : 0
drg_id = var.drg_id
vcn_id = module.vcn[0].vcn_id
display_name = "${module.vcn[0].all_attributes["display_name"]}-drg-attachment"
display_name = "${module.vcn[0].vcn_all_attributes["display_name"]}-drg-attachment"
}

module "network" {
Expand Down

0 comments on commit 143d16c

Please sign in to comment.