Skip to content

Commit

Permalink
[ignore] Small syntax fix to fix build for v2.10.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lhercot committed Aug 4, 2023
1 parent 3ee5a24 commit 6a14cb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aci/resource_aci_configexportp.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ func resourceAciConfigurationExportPolicy() *schema.Resource {
"relation_config_rs_export_destination": &schema.Schema{
Type: schema.TypeString,

Optional: true,
Deprecated: "use relation_config_rs_remote_path instead"
Optional: true,
Deprecated: "use relation_config_rs_remote_path instead",
},
"relation_trig_rs_triggerable": &schema.Schema{
Type: schema.TypeString,
Expand Down

0 comments on commit 6a14cb4

Please sign in to comment.