Skip to content

Commit

Permalink
Merge pull request #68 from fernandezcuesta/main
Browse files Browse the repository at this point in the history
feat: support service region
  • Loading branch information
haarchri authored Oct 28, 2024
2 parents 3a24671 + 59e2791 commit 2c93276
Show file tree
Hide file tree
Showing 158 changed files with 26,974 additions and 2,055 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ PROJECT_REPO := github.com/crossplane-contrib/$(PROJECT_NAME)
export TERRAFORM_VERSION := 1.5.5

export TERRAFORM_PROVIDER_SOURCE := PagerDuty/pagerduty
export TERRAFORM_PROVIDER_VERSION := 3.15.2
export TERRAFORM_PROVIDER_VERSION := 3.16.0
export TERRAFORM_PROVIDER_DOWNLOAD_NAME := terraform-provider-pagerduty
export TERRAFORM_PROVIDER_DOWNLOAD_URL_PREFIX := https://github.com/PagerDuty/terraform-provider-pagerduty/releases/download/v3.15.2
export TERRAFORM_PROVIDER_DOWNLOAD_URL_PREFIX := https://github.com/PagerDuty/terraform-provider-pagerduty/releases/download/v3.16.0
export TERRAFORM_PROVIDER_REPO ?= https://github.com/PagerDuty/terraform-provider-pagerduty
export TERRAFORM_DOCS_PATH := website/docs/r

Expand Down Expand Up @@ -38,7 +38,7 @@ NPROCS ?= 1
# to half the number of CPU cores.
GO_TEST_PARALLEL := $(shell echo $$(( $(NPROCS) / 2 )))

GO_REQUIRED_VERSION ?= 1.21
GO_REQUIRED_VERSION ?= 1.22
GO_STATIC_PACKAGES = $(GO_PROJECT)/cmd/provider $(GO_PROJECT)/cmd/generator
GO_LDFLAGS += -X $(GO_PROJECT)/internal/version.Version=$(VERSION)
GO_SUBDIRS += cmd internal apis
Expand Down
10 changes: 10 additions & 0 deletions apis/alert/v1alpha1/zz_generated.conversion_hubs.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2c93276

Please sign in to comment.