Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Giuseppe Maxia <[email protected]>
  • Loading branch information
Giuseppe Maxia committed Jun 18, 2024
1 parent a47de96 commit 10cced0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions website/docs/r/multisite_site_association.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ resource "vcd_multisite_site_association" "site1-site2" {
```
Here, `var.remote_data` contains the same XML that was generated by `vcd_multisite_site_data` in the other site.
Use this method if it is more convenient than reading XML from a file.
The data could come from the field `associated_data` of a `vcd_multisite_site_data`, or from a `local_file.content`
data source, or simply from a configuration file where it was collected by the current administrator.
You can see an example of one such method in the folder `/examples/multi-site/site-all-at-once`.

## Argument Reference

Expand Down

0 comments on commit 10cced0

Please sign in to comment.