Skip to content

Commit

Permalink
docs: rename to branch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
Ignacio Anaya committed Nov 18, 2021
1 parent 6058c6f commit 0e7fc25
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Tests
on:
push:
branches:
- master
- main

pull_request:

Expand Down Expand Up @@ -38,4 +38,3 @@ jobs:
CHECKLY_API_KEY: ${{ secrets.CHECKLY_API_KEY }}
CHECKLY_API_URL: ${{ secrets.CHECKLY_API_URL }}
TF_ACC: 1

10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<h1>Checkly Terraform Provider</h1>
</p>

[![Tests](https://github.com/checkly/terraform-provider-checkly/actions/workflows/test.yml/badge.svg?branch=master)](https://github.com/checkly/terraform-provider-checkly/actions/workflows/test.yml)
[![Tests](https://github.com/checkly/terraform-provider-checkly/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/checkly/terraform-provider-checkly/actions/workflows/test.yml)
[![Release](https://github.com/checkly/terraform-provider-checkly/actions/workflows/release.yml/badge.svg)](https://github.com/checkly/terraform-provider-checkly/actions/workflows/release.yml)
![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/checkly/terraform-provider-checkly)
![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/checkly/terraform-provider-checkly?label=Version)
Expand All @@ -24,9 +24,9 @@ This Terraform provider enables users to manage [Checkly](https://checklyhq.com)

## 🪛 Installation

Please refer to the [installation guide](https://github.com/checkly/terraform-provider-checkly/blob/master/docs/guides/getting-started.md)
Please refer to the [installation guide](https://github.com/checkly/terraform-provider-checkly/blob/main/docs/guides/getting-started.md)

If you're still using Terraform 0.12 please refer to [terraform 0.12 documentation](https://github.com/checkly/terraform-provider-checkly/blob/master/docs/guides/support-for-terraform-0.12.md)
If you're still using Terraform 0.12 please refer to [terraform 0.12 documentation](https://github.com/checkly/terraform-provider-checkly/blob/main/docs/guides/support-for-terraform-0.12.md)

<br>

Expand All @@ -35,7 +35,7 @@ If you're still using Terraform 0.12 please refer to [terraform 0.12 documentati
For documentation and example usage see:
1. [Checkly's documentation](https://www.checklyhq.com/docs/integrations/terraform/).
2. [The official provider documentation](https://registry.terraform.io/providers/checkly/checkly/latest/docs)
3. [`test.tf`](https://github.com/checkly/terraform-provider-checkly/blob/master/test.tf).
3. [`test.tf`](https://github.com/checkly/terraform-provider-checkly/blob/main/test.tf).

You can also find step-by-step guides on Checkly's blog:

Expand All @@ -59,7 +59,7 @@ go build && CHECKLY_API_KEY=XXX go test -tags=integration

## 📄 License

[MIT](https://github.com/checkly/terraform-checkly-provider/blob/master/LICENSE)
[MIT](https://github.com/checkly/terraform-checkly-provider/blob/main/LICENSE)

<br>

Expand Down
2 changes: 1 addition & 1 deletion docs/guides/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
required_providers {
checkly = {
source = "checkly/checkly"
version = "1.3.0-rc1"
version = "1.3.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/support-for-terraform-0.12.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ If you're still using Terraform 0.12 and are not ready to upgrade yet, you can s
2. Install checkly provider

```bash
curl https://raw.githubusercontent.com/checkly/terraform-provider-checkly/master/install-0.12.sh | sh
curl https://raw.githubusercontent.com/checkly/terraform-provider-checkly/main/install-0.12.sh | sh
```

2. Run `terraform providers`. The Checkly plugin should be listed.
Expand Down

0 comments on commit 0e7fc25

Please sign in to comment.