Skip to content

Commit

Permalink
Regenerate documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
kpfleming committed Mar 6, 2025
1 parent 5cbe2be commit b42a270
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/resources/service_compute.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ $ terraform import fastly_service_compute.demo xxxxxxxxxxxxxxxxxxxx@2

### Optional

- `activate` (Boolean) Conditionally prevents new service-versions from being activated. The apply step will create a new draft version but will not activate it if this is set to `false`. Default `true`
- `activate` (Boolean) Conditionally prevents new service versions from being activated. The apply step will create a new draft version but will not activate it if this is set to `false`. Default `true`
- `backend` (Block Set) (see [below for nested schema](#nestedblock--backend))
- `comment` (String) Description field for the service. Default `Managed by Terraform`
- `dictionary` (Block Set) (see [below for nested schema](#nestedblock--dictionary))
Expand Down Expand Up @@ -140,7 +140,7 @@ $ terraform import fastly_service_compute.demo xxxxxxxxxxxxxxxxxxxx@2
- `product_enablement` (Block Set, Max: 1) (see [below for nested schema](#nestedblock--product_enablement))
- `resource_link` (Block Set) A resource link represents a link between a shared resource (such as an KV Store or Config Store) and a service version. (see [below for nested schema](#nestedblock--resource_link))
- `reuse` (Boolean) Services that are active cannot be destroyed. If set to `true` a service Terraform intends to destroy will instead be deactivated (allowing it to be reused by importing it into another Terraform project). If `false`, attempting to destroy an active service will cause an error. Default `false`
- `stage` (Boolean) Conditionally enables new service-versions to be staged. If `set` to true, all changes made by an `apply` step will be staged, even if `apply` did not create a new draft version. Default `false`
- `stage` (Boolean) Conditionally enables new service versions to be staged. If `set` to true, all changes made by an `apply` step will be staged, even if `apply` did not create a new draft version. Default `false`
- `version_comment` (String) Description field for the version

### Read-Only
Expand Down
4 changes: 2 additions & 2 deletions docs/resources/service_vcl.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ $ terraform import fastly_service_vcl.demo xxxxxxxxxxxxxxxxxxxx@2
### Optional

- `acl` (Block Set) (see [below for nested schema](#nestedblock--acl))
- `activate` (Boolean) Conditionally prevents new service-versions from being activated. The apply step will create a new draft version but will not activate it if this is set to `false`. Default `true`
- `activate` (Boolean) Conditionally prevents new service versions from being activated. The apply step will create a new draft version but will not activate it if this is set to `false`. Default `true`
- `backend` (Block Set) (see [below for nested schema](#nestedblock--backend))
- `cache_setting` (Block Set) (see [below for nested schema](#nestedblock--cache_setting))
- `comment` (String) Description field for the service. Default `Managed by Terraform`
Expand Down Expand Up @@ -319,7 +319,7 @@ $ terraform import fastly_service_vcl.demo xxxxxxxxxxxxxxxxxxxx@2
- `response_object` (Block Set) (see [below for nested schema](#nestedblock--response_object))
- `reuse` (Boolean) Services that are active cannot be destroyed. If set to `true` a service Terraform intends to destroy will instead be deactivated (allowing it to be reused by importing it into another Terraform project). If `false`, attempting to destroy an active service will cause an error. Default `false`
- `snippet` (Block Set) (see [below for nested schema](#nestedblock--snippet))
- `stage` (Boolean) Conditionally enables new service-versions to be staged. If `set` to true, all changes made by an `apply` step will be staged, even if `apply` did not create a new draft version. Default `false`
- `stage` (Boolean) Conditionally enables new service versions to be staged. If `set` to true, all changes made by an `apply` step will be staged, even if `apply` did not create a new draft version. Default `false`
- `stale_if_error` (Boolean) Enables serving a stale object if there is an error
- `stale_if_error_ttl` (Number) The default time-to-live (TTL) for serving the stale object for the version
- `vcl` (Block Set) (see [below for nested schema](#nestedblock--vcl))
Expand Down

0 comments on commit b42a270

Please sign in to comment.