Skip to content

Commit

Permalink
go generate
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronblevy committed Dec 22, 2023
1 parent 4666219 commit 476f846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/service.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ description: |-
# timescale_service (Resource)

A Service is a TimescaleDB instance.

Please note that when updating the vpc_id attribute, it is possible to encounter a "no Endpoint for that service id exists" error.
The change has been taken into account but must still be propagated. You can run "terraform refresh" shortly to get the updated data.

Expand All @@ -26,6 +25,7 @@ The change has been taken into account but must still be propagated. You can run
- `memory_gb` (Number) Memory GB
- `milli_cpu` (Number) Milli CPU
- `name` (String) Service Name is the configurable name assigned to this resource. If none is provided, a default will be generated by the provider.
- `read_replica_source` (String) Enable Read Replica
- `region_code` (String) The region for this service.
- `storage_gb` (Number, Deprecated) Deprecated: Storage GB
- `timeouts` (Attributes) (see [below for nested schema](#nestedatt--timeouts))
Expand Down

0 comments on commit 476f846

Please sign in to comment.