Skip to content

Commit

Permalink
[bugfix] Deprecate relation_config_rs_export_destination attribute of…
Browse files Browse the repository at this point in the history
… aci_configuration_export_policy. Use relation_config_rs_remote_path instead. (#1088)
  • Loading branch information
abrahammughal authored Aug 4, 2023
1 parent 916fca7 commit acd60e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions aci/resource_aci_configexportp.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ func resourceAciConfigurationExportPolicy() *schema.Resource {
Type: schema.TypeString,

Optional: true,
Deprecated: "use relation_config_rs_remote_path instead"
},
"relation_trig_rs_triggerable": &schema.Schema{
Type: schema.TypeString,
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/configuration_export_policy.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ resource "aci_configuration_export_policy" "example" {
Allowed values: "no", "yes"Default value is "no".
- `target_dn` - (Optional) Target export object. The distinguished name of the object to be exported.

- `relation_config_rs_export_destination` - (Optional) Relation to class fileRemotePath. Cardinality - ONE_TO_ONE. Type - String.
- `relation_config_rs_export_destination` - (Optional) **Deprecated** Relation to class fileRemotePath. Use `relation_config_rs_remote_path` instead. Cardinality - ONE_TO_ONE. Type - String.
- `relation_trig_rs_triggerable` - (Optional) Relation to class trigTriggerable. Cardinality - ONE_TO_ONE. Type - String.
- `relation_config_rs_remote_path` - (Optional) Relation to class fileRemotePath. Cardinality - N_TO_ONE. Type - String.
- `relation_config_rs_export_scheduler` - (Optional) Relation to class trigSchedP. Cardinality - ONE_TO_ONE. Type - String.
Expand Down

0 comments on commit acd60e1

Please sign in to comment.