diff --git a/CHANGELOG.md b/CHANGELOG.md index b55a776d..a2602708 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,14 +2,14 @@ BUG FIXES: -* Ensure `private_key` attribute is submitted ([#17](https://github.com/hashicorp/terraform-provider-aws/issues/17)) +* Ensure `private_key` attribute is submitted ([#17](https://github.com/meroxa/terraform-provider-meroxa/issues/17)) ## 1.1.0 ENHANCEMENTS: * Add new `private_key` attribute to `meroxa_resource.ssh_tunnel`. -Make attribute `address` on `meroxa_resource.ssh_tunnel` required. ([#11](https://github.com/hashicorp/terraform-provider-aws/issues/11)) +Make attribute `address` on `meroxa_resource.ssh_tunnel` required. ([#11](https://github.com/meroxa/terraform-provider-meroxa/issues/11)) ## 0.1.0 diff --git a/scripts/release-note.tmpl b/scripts/release-note.tmpl index 04a1c906..e583c33e 100644 --- a/scripts/release-note.tmpl +++ b/scripts/release-note.tmpl @@ -1,11 +1,11 @@ {{- define "note" -}} {{- if eq "new-resource" .Type -}} -* **New Resource:** `{{.Body}}` ([#{{- .Issue -}}](https://github.com/hashicorp/terraform-provider-aws/issues/{{- .Issue -}})) +* **New Resource:** `{{.Body}}` ([#{{- .Issue -}}](https://github.com/meroxa/terraform-provider-meroxa/issues/{{- .Issue -}})) {{- else if eq "new-data-source" .Type -}} -* **New Data Source:** `{{.Body}}` ([#{{- .Issue -}}](https://github.com/hashicorp/terraform-provider-aws/issues/{{- .Issue -}})) +* **New Data Source:** `{{.Body}}` ([#{{- .Issue -}}](https://github.com/meroxa/terraform-provider-meroxa/issues/{{- .Issue -}})) {{- else if eq "new-guide" .Type -}} -* **New Guide:** `{{.Body}}` ([#{{- .Issue -}}](https://github.com/hashicorp/terraform-provider-aws/issues/{{- .Issue -}})) +* **New Guide:** `{{.Body}}` ([#{{- .Issue -}}](https://github.com/meroxa/terraform-provider-meroxa/issues/{{- .Issue -}})) {{- else -}} -* {{.Body}} ([#{{- .Issue -}}](https://github.com/hashicorp/terraform-provider-aws/issues/{{- .Issue -}})) +* {{.Body}} ([#{{- .Issue -}}](https://github.com/meroxa/terraform-provider-meroxa/issues/{{- .Issue -}})) {{- end -}} {{- end -}}