Skip to content

Commit

Permalink
[bugfix] Fix computed behaviour when configuration not provided for r…
Browse files Browse the repository at this point in the history
…elation_infra_rs_att_ent_p and relation_infra_rs_l2_inst_pol in the aci_leaf_access_bundle_policy_group resource
  • Loading branch information
akinross authored and lhercot committed Oct 15, 2024
1 parent 379de3c commit b557ed1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions aci/resource_aci_infraaccbndlgrp.go
Original file line number Diff line number Diff line change
Expand Up @@ -179,13 +179,13 @@ func resourceAciPCVPCInterfacePolicyGroup() *schema.Resource {
Optional: true,
},
"relation_infra_rs_att_ent_p": &schema.Schema{
Type: schema.TypeString,

Type: schema.TypeString,
Computed: true,
Optional: true,
},
"relation_infra_rs_l2_inst_pol": &schema.Schema{
Type: schema.TypeString,

Type: schema.TypeString,
Computed: true,
Optional: true,
},
}),
Expand Down

0 comments on commit b557ed1

Please sign in to comment.