Skip to content

Commit

Permalink
[minor_change] Changed the import note on nd_side resource doc
Browse files Browse the repository at this point in the history
  • Loading branch information
sajagana committed Oct 29, 2024
1 parent 7becfe8 commit 58121da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/site.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ import {
}
```

~> The values for `username`, `password`, and `login_domain` attributes will not be imported when the nd_site resource imports an already registered site from the Nexus Dashboard. Use the `-replace` option to change the `username`, `password`, and `login_domain` attributes for the imported site.
~> The values for `username`, `password`, and `login_domain` attributes will not be imported when the `nd_site` resource imports an already registered site from Nexus Dashboard. Modifying the `username`, `password`, and `login_domain` will not update the imported site configuration on Nexus Dashboard. Use the `-replace` option to force the site recreation and use the new provided `username`, `password`, and `login_domain` attributes for the imported site.

```
terraform apply -replace="nd_site.example"
Expand Down

0 comments on commit 58121da

Please sign in to comment.