Skip to content

Commit

Permalink
Consume latest release of ghaction-terraform-provider-release (#414)
Browse files Browse the repository at this point in the history
* Consume latest release of ghaction-terraform-provider-release

This version compensates for changes in GitHub's contract for custom runners

* Regenerate docs

This handles the fact that #409 modified the generated docs directly instead of the source code that the docs are generated from.
  • Loading branch information
nathancoleman committed Aug 2, 2024
1 parent 19078ae commit 88fc3f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
terraform-provider-release:
name: 'Terraform Provider Release'
needs: [go-version, release-notes]
uses: hashicorp/ghaction-terraform-provider-release/.github/workflows/hashicorp.yml@v2
uses: hashicorp/ghaction-terraform-provider-release/.github/workflows/hashicorp.yml@v5
secrets:
hc-releases-github-token: '${{ secrets.HASHI_RELEASES_GITHUB_TOKEN }}'
hc-releases-host-staging: '${{ secrets.HC_RELEASES_HOST_STAGING }}'
Expand Down
2 changes: 1 addition & 1 deletion consul/resource_consul_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ removed during the next [anti-entropy synchronization](https://www.consul.io/doc
Type: schema.TypeString,
Optional: true,
Default: "30s",
Description: "The time after which the service is automatically deregistered when in the `critical` state. Defaults to `30s`.",
Description: "The time after which the service is automatically deregistered when in the `critical` state. Defaults to `30s`. Setting to `0` will disable.",
},
},
},
Expand Down

0 comments on commit 88fc3f2

Please sign in to comment.