Skip to content

Commit b560467

Browse files
committed
Rename master branch to main.
Change all references to "master" to "main" in advance of changing the default branch on GitHub.
1 parent 09044da commit b560467

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,13 +154,13 @@ workflows:
154154
filters:
155155
branches:
156156
only:
157-
- master
157+
- main
158158
type: approval
159159
- "docker-go115 release":
160160
filters:
161161
branches:
162162
only:
163-
- master
163+
- main
164164
requires:
165165
- trigger-release
166166
- "docker-go115 test"

.github/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ This section describes the scope of notable repositories, which may help you
4141
ensure you're in the right place when reporting bugs and feature requests,
4242
or submitting a patch.
4343

44-
- `hashicorp/terraform` - Terraform **Core** which implements all the low-level functionality which isn't domain specific (that's covered by providers). Read more about [distinction between core & providers in the Readme](https://github.com/hashicorp/terraform-plugin-sdk/blob/master/README.md#scope-providers-vs-core).
44+
- `hashicorp/terraform` - Terraform **Core** which implements all the low-level functionality which isn't domain specific (that's covered by providers). Read more about [distinction between core & providers in the Readme](https://github.com/hashicorp/terraform-plugin-sdk/blob/main/README.md#scope-providers-vs-core).
4545
- `terraform-providers/*` - This organization contains all official Terraform **Providers** built on top of the Plugin SDK
4646
- `hashicorp/terraform-plugin-sdk` - Terraform **Plugin SDK** used to build Providers
47-
- `hashicorp/terraform-website` - Source code of **documentation** published on [terraform.io](https://www.terraform.io), including [Extend section](https://www.terraform.io/docs/extend/index.html) which has source in [the `extend` folder](https://github.com/hashicorp/terraform-website/tree/master/content/source/docs/extend).
47+
- `hashicorp/terraform-website` - Source code of **documentation** published on [terraform.io](https://www.terraform.io), including [Extend section](https://www.terraform.io/docs/extend/index.html) which has source in [the `extend` folder](https://github.com/hashicorp/terraform-website/tree/main/content/source/docs/extend).
4848
- `hashicorp/hcl2` - **HCL** (HashiCorp Config Language) is the language used by users of Terraform (Core) to describe infrastructure. The parser and other features concerning the language (such as builtin functions) are found here.
4949
- `zclconf/go-cty` - **cty**, the type system used by both Terraform (Core) and SDK (therefore providers too) to represent data in state before and after gRPC encoding/decoding
5050

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ The Terraform Plugin SDK is a [Go module](https://github.com/golang/go/wiki/Modu
6565

6666
## Contributing
6767

68-
See [`.github/CONTRIBUTING.md`](https://github.com/hashicorp/terraform-plugin-sdk/blob/master/.github/CONTRIBUTING.md)
68+
See [`.github/CONTRIBUTING.md`](https://github.com/hashicorp/terraform-plugin-sdk/blob/main/.github/CONTRIBUTING.md)
6969

7070
## License
7171

72-
[Mozilla Public License v2.0](https://github.com/hashicorp/terraform-plugin-sdk/blob/master/LICENSE)
72+
[Mozilla Public License v2.0](https://github.com/hashicorp/terraform-plugin-sdk/blob/main/LICENSE)

0 commit comments

Comments
 (0)