Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandezcuesta committed Nov 13, 2024
1 parent 264297f commit 5c0b5e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export TERRAFORM_VERSION ?= 1.5.7
TERRAFORM_VERSION_VALID := $(shell [ "$(TERRAFORM_VERSION)" = "`printf "$(TERRAFORM_VERSION)\n1.6" | sort -V | head -n1`" ] && echo 1 || echo 0)

export TERRAFORM_PROVIDER_SOURCE ?= PagerDuty/pagerduty
export TERRAFORM_PROVIDER_VERSION ?= 3.17.1
export TERRAFORM_PROVIDER_VERSION ?= 3.17.2
export TERRAFORM_PROVIDER_DOWNLOAD_NAME ?= terraform-provider-pagerduty
export TERRAFORM_PROVIDER_REPO ?= https://github.com/PagerDuty/$(TERRAFORM_PROVIDER_DOWNLOAD_NAME)
export TERRAFORM_PROVIDER_DOWNLOAD_URL_PREFIX := $(TERRAFORM_PROVIDER_REPO)/releases/download/v$(TERRAFORM_PROVIDER_VERSION)
Expand Down

0 comments on commit 5c0b5e0

Please sign in to comment.