Skip to content

Commit

Permalink
Correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhallatansdotcodotuk committed Aug 13, 2024
1 parent 92016ea commit 2d228c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/data-sources/ecloud_instance_credential.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# ecloud_credential Data Source
# ecloud_instance_credential Data Source

This resource represents an eCloud

## Example Usage

```hcl
data "ecloud_credential" "instance1_root" {
data "ecloud_instance_credential" "instance1_root" {
instance_id = "i-abcdef12"
username = "root"
}
Expand Down

0 comments on commit 2d228c3

Please sign in to comment.