Skip to content

Commit 07a3ce3

Browse files
authored
chore: rename go module to github.com/scaleway/terraform-provider-scaleway (#735)
1 parent 607e5d0 commit 07a3ce3

File tree

7 files changed

+154
-154
lines changed

7 files changed

+154
-154
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ See [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md).
2323

2424
### Where to find us?
2525

26-
- [Terraform provider Scaleway](https://github.com/terraform-providers/terraform-provider-scaleway/tree/master/website)
26+
- [Terraform provider Scaleway](https://github.com/scaleway/terraform-provider-scaleway/tree/master/website)
2727
- [Terraform mailing list](https://groups.google.com/group/terraform-tool)
2828
- Connect with us on [Scaleway Slack](https://slack.scaleway.com/) (#opensource)
2929
- Send us an [e-mail](mailto:[email protected])

.github/contributing/acceptance_test.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ TF_ACC=1 go test ./scaleway -v -run=TestAccScalewayInstanceServerBasic1 -timeout
4646
=== CONT TestAccScalewayInstanceServerBasic1
4747
--- PASS: TestAccScalewayInstanceServerBasic1 (227.43s)
4848
PASS
49-
ok github.com/terraform-providers/terraform-provider-scaleway/scaleway 227.747s
49+
ok github.com/scaleway/terraform-provider-scaleway/scaleway 227.747s
5050

5151
```
5252

@@ -75,7 +75,7 @@ TF_ACC=1 go test ./scaleway -v -run=TestAccScalewayInstanceSecurityGroup -timeou
7575
=== RUN TestAccScalewayInstanceSecurityGroupPortRange
7676
--- PASS: TestAccScalewayInstanceSecurityGroupPortRange (7.13s)
7777
PASS
78-
ok github.com/terraform-providers/terraform-provider-scaleway/scaleway 56.210s
78+
ok github.com/scaleway/terraform-provider-scaleway/scaleway 56.210s
7979
```
8080

8181
#### Writing an Acceptance Test

.github/contributing/issues.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,32 +19,32 @@ If you have any issue regarding security, please notify us by sending an email t
1919
We will follow up with you promptly with more information and a plan for remediation.
2020
We currently do not offer a paid security bounty program, but we would love to send some Scaleway swag your way along with our deepest gratitude for your assistance in making Scaleway a more secure Cloud ecosystem.
2121

22-
### [Bug Reports](https://github.com/terraform-providers/terraform-provider-scaleway/issues/new?template=Bug_Report.md)
22+
### [Bug Reports](https://github.com/scaleway/terraform-provider-scaleway/issues/new?template=Bug_Report.md)
2323

2424
- [ ] __Test against latest release__: Make sure you test against the latest released version.
2525
It is possible we already fixed the bug you're experiencing.
2626

2727
- [ ] __Search for possible duplicate reports__: It's helpful to keep bug reports consolidated to one thread, so do a quick search on existing bug reports to check if anybody else has reported the same thing.
28-
You can [scope searches by the label "bug"](https://github.com/terraform-providers/terraform-provider-scaleway/issues?q=is%3Aopen+is%3Aissue+label%3Abug) to help narrow things down.
28+
You can [scope searches by the label "bug"](https://github.com/scaleway/terraform-provider-scaleway/issues?q=is%3Aopen+is%3Aissue+label%3Abug) to help narrow things down.
2929

3030
- [ ] __Include steps to reproduce__: Provide steps to reproduce the issue, along with your `.tf` files, with secrets removed, so we can try to reproduce it.
3131
Without this, it makes it much harder to fix the issue.
3232

3333
- [ ] __For panics, include `crash.log`__: If you experienced a panic, please create a [gist](https://gist.github.com) of the *entire* generated crash log for us to look at.
3434
Double check no sensitive items were in the log (For instance token, private keys or other secrets).
3535

36-
### [Feature Requests](https://github.com/terraform-providers/terraform-provider-scaleway/issues/new?labels=enhancement&template=Feature_Request.md)
36+
### [Feature Requests](https://github.com/scaleway/terraform-provider-scaleway/issues/new?labels=enhancement&template=Feature_Request.md)
3737

3838
## Suggesting a feature
3939

4040
- [ ] __Search for possible duplicate requests__: It's helpful to keep requests consolidated to one thread, so do a quick search on existing requests to check if anybody else has reported the same thing.
41-
You can [scope searches by the label "enhancement"](https://github.com/terraform-providers/terraform-provider-scaleway/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement) to help narrow things down.
41+
You can [scope searches by the label "enhancement"](https://github.com/scaleway/terraform-provider-scaleway/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement) to help narrow things down.
4242

4343
- [ ] __Include a use case description__: In addition to describing the behavior of the feature you'd like to see added, it's helpful to also lay out the reason why the feature would be important and how it would benefit Terraform users.
4444

4545
- [ ] __Urgency__: What is the priority of this feature? Is it a nice to have or a required feature for a particular use case?
4646

47-
### [Questions](https://github.com/terraform-providers/terraform-provider-scaleway/issues/new?labels=question&template=Question.md)
47+
### [Questions](https://github.com/scaleway/terraform-provider-scaleway/issues/new?labels=question&template=Question.md)
4848

4949
- [ ] __Search for answers in Terraform documentation__: We're happy to answer questions in GitHub Issues, but it helps reduce issue churn and maintainer workload if you work to [find answers to common questions in the documentation](https://www.terraform.io/docs/providers/scaleway/index.html).
5050
Oftentimes Question issues result in documentation updates to help future users, so if you don't find an answer, you can give us pointers for where you'd expect to see it in the docs.

0 commit comments

Comments
 (0)