Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Problem with terraform destroy caused by the same names for public and private route table in network odi module #2

@lfeldman

Description

@lfeldman

There is a problem with the terraform destroy command as follows:

module.network.oci_core_route_table_attachment.application-public[0]: Refreshing state... [id=ocid1.subnet.oc1.iad.aaaaaaaaozsc2p3b2zq765qrffhfq6yi7tne27u2o76kr3lhymjkms3geeja/ocid1.routetable.oc1.iad.aaaaaaaa4pt52zb5kyxsef2l347nok6b4cxppteo3ph6miyaega2buukmwma]
module.network.oci_core_route_table_attachment.application-private[0]: Refreshing state... [id=ocid1.subnet.oc1.iad.aaaaaaaaozsc2p3b2zq765qrffhfq6yi7tne27u2o76kr3lhymjkms3geeja/ocid1.routetable.oc1.iad.aaaaaaaauvksbqs5rjcwa3d3cgrlxoe2ipllc4m53by2s4nv63sp5557lnga]

Error: inconsistent route table id received: ocid1.routetable.oc1.iad.aaaaaaaa4pt52zb5kyxsef2l347nok6b4cxppteo3ph6miyaega2buukmwma expected: ocid1.routetable.oc1.iad.aaaaaaaauvksbqs5rjcwa3d3cgrlxoe2ipllc4m53by2s4nv63sp5557lnga

I expect it is mostly because you are using the same name for the public and private route tables.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions