Skip to content

Commit ba79577

Browse files
committed
fix
1 parent d2d0d2f commit ba79577

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docs/resources/mongodb_instance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ In addition to all arguments above, the following attributes are exported:
120120
- `port` - TCP port of the endpoint.
121121
- `dns_records` - List of DNS records for your endpoint.
122122
- `private_ip` - The private IPv4 address associated with the instance.
123-
- `id` - The ID of the IPv4 address resource.
124-
- `address` - The private IPv4 address.
123+
- `id` - The ID of the IPv4 address resource.
124+
- `address` - The private IPv4 address.
125125
- `public_network` - Private Network endpoints of the Database Instance.
126126
- `id` - The ID of the endpoint.
127127
- `port` - TCP port of the endpoint.

internal/services/mongodb/instance.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,6 @@ func ResourceInstanceRead(ctx context.Context, d *schema.ResourceData, m interfa
434434
if !authorized {
435435
break
436436
}
437-
438437
}
439438
}
440439

0 commit comments

Comments
 (0)