terraform-provider-aci icon indicating copy to clipboard operation
terraform-provider-aci copied to clipboard

726 multicast address pool

Open akinross opened this issue 1 year ago • 1 comments

fix #726

akinross avatar Aug 04 '22 06:08 akinross

While running the example script without changing the tf file, getting below difference:

  # aci_multicast_pool_block.test-tf-pool-block-2 will be updated in-place
  ~ resource "aci_multicast_pool_block" "test-tf-pool-block-2" {
        id                = "uni/infra/maddrns-test-tf-pool/fromaddr-[224.0.0.11]-toaddr-[224.0.0.20]"
      ~ multicast_pool_dn = "uni/infra/maddrns-test-tf-pool/fromaddr-[224.0.0.11]-toaddr-[224.0.0.20]" -> "uni/infra/maddrns-test-tf-pool"
        # (4 unchanged attributes hidden)
    }

sajagana avatar Aug 08 '22 12:08 sajagana