Skip to content

Commit 0aacae0

Browse files
committed
force new added
1 parent 7e9b4df commit 0aacae0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

aci/resource_aci_fvrsdomatt.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,13 @@ func resourceAciDomain() *schema.Resource {
2727
"application_epg_dn": &schema.Schema{
2828
Type: schema.TypeString,
2929
Required: true,
30+
ForceNew: true,
3031
},
3132

3233
"tdn": &schema.Schema{
3334
Type: schema.TypeString,
3435
Required: true,
36+
ForceNew: true,
3537
},
3638

3739
"binding_type": &schema.Schema{

0 commit comments

Comments
 (0)