Skip to content

Commit

Permalink
patch: resource name changed
Browse files Browse the repository at this point in the history
  • Loading branch information
andrecorreaneto committed Nov 29, 2023
1 parent 7e4fe4c commit ded8845
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 @@ -89,7 +89,7 @@ module "vcn" {
# drg_vcn_attachments = var.drg_attachments
# }

resource "oci_core_drg_attachment" "these" {
resource "oci_core_drg_attachment" "this" {
count = var.drg_id != null ? 1 : 0
drg_id = var.drg_id
vcn_id = module.vcn.vcn_id
Expand Down

0 comments on commit ded8845

Please sign in to comment.