Skip to content

Commit f3350f6

Browse files
author
Sean Sain
committed
fix links to old github
1 parent 7e64568 commit f3350f6

18 files changed

+22
-22
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -145,22 +145,22 @@ ENHANCEMENTS:
145145
## 2.1.1 (July 17, 2020)
146146

147147
DOCS:
148-
* Add docs for common source properties ([#50](https://github.com/terraform-providers/terraform-provider-sumologic/pull/50))
148+
* Add docs for common source properties ([#50](https://github.com/SumoLogic/terraform-provider-sumologic/pull/50))
149149

150150
BUG FIXES:
151-
* Fix bug for detecting polling source path type changes on polling source ([#44](https://github.com/terraform-providers/terraform-provider-sumologic/pull/44))
151+
* Fix bug for detecting polling source path type changes on polling source ([#44](https://github.com/SumoLogic/terraform-provider-sumologic/pull/44))
152152

153153
## 2.1.0 (June 22, 2020)
154154

155155
ENHANCEMENTS:
156-
* Add support for cloud watch metrics in the sumologic polling source ([#24](https://github.com/terraform-providers/terraform-provider-sumologic/pull/24))
156+
* Add support for cloud watch metrics in the sumologic polling source ([#24](https://github.com/SumoLogic/terraform-provider-sumologic/pull/24))
157157

158158
DOCS:
159159
* Fixed usage example for sumologic_content resource.
160160

161161
DEPRECATIONS:
162-
* resource/sumologic_collector: Remove deprecated attributes `lookup_by_name` and `destroy` ([#32](https://github.com/terraform-providers/terraform-provider-sumologic/pull/32))
163-
* resource/sumologic_sources: Remove deprecated attributes `lookup_by_name` and `destroy` ([#32](https://github.com/terraform-providers/terraform-provider-sumologic/pull/32))
162+
* resource/sumologic_collector: Remove deprecated attributes `lookup_by_name` and `destroy` ([#32](https://github.com/SumoLogic/terraform-provider-sumologic/pull/32))
163+
* resource/sumologic_sources: Remove deprecated attributes `lookup_by_name` and `destroy` ([#32](https://github.com/SumoLogic/terraform-provider-sumologic/pull/32))
164164

165165

166166
## 2.0.3 (June 02, 2020)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Clone repository to: `$GOPATH/src/SumoLogic/sumologic-terraform-provider`
3434
```sh
3535
$ mkdir -p $GOPATH/src/SumoLogic;
3636
$ cd $GOPATH/src/SumoLogic
37-
$ git clone https://github.com/terraform-providers/terraform-provider-sumologic.git
37+
$ git clone https://github.com/SumoLogic/terraform-provider-sumologic.git
3838
```
3939

4040
Enter the provider directory and build the provider. To compile the provider, run `make build`. This will build the provider and put the provider binary in the `$GOPATH/bin` directory.

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/terraform-providers/terraform-provider-sumologic
1+
module github.com/SumoLogic/terraform-provider-sumologic
22

33
go 1.12
44

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package main
22

33
import (
4+
"github.com/SumoLogic/terraform-provider-sumologic/sumologic"
45
"github.com/hashicorp/terraform-plugin-sdk/plugin"
5-
"github.com/terraform-providers/terraform-provider-sumologic/sumologic"
66
)
77

88
func main() {

website/docs/r/aws_inventory_source.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ In addition to the common properties, the following arguments are supported:
6868
+ AWS/Kinesis
6969

7070
### See also
71-
* [Common Source Properties](https://github.com/terraform-providers/terraform-provider-sumologic/tree/master/website#common-source-properties)
71+
* [Common Source Properties](https://github.com/SumoLogic/terraform-provider-sumologic/tree/master/website#common-source-properties)
7272

7373
## Attributes Reference
7474
The following attributes are exported:

website/docs/r/aws_xray_source.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ In addition to the common properties, the following arguments are supported:
5555
+ `limit_to_regions` - (Optional) List of Amazon regions.
5656

5757
### See also
58-
* [Common Source Properties](https://github.com/terraform-providers/terraform-provider-sumologic/tree/master/website#common-source-properties)
58+
* [Common Source Properties](https://github.com/SumoLogic/terraform-provider-sumologic/tree/master/website#common-source-properties)
5959

6060
## Attributes Reference
6161
The following attributes are exported:

website/docs/r/cloudfront_source.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ In addition to the common properties, the following arguments are supported:
5959
+ `path_expression` - (Required) The path to the data. This is needed if using type `S3BucketPathExpression`.
6060

6161
### See also
62-
* [Common Source Properties](https://github.com/terraform-providers/terraform-provider-sumologic/tree/master/website#common-source-properties)
62+
* [Common Source Properties](https://github.com/SumoLogic/terraform-provider-sumologic/tree/master/website#common-source-properties)
6363

6464
## Attributes Reference
6565
The following attributes are exported:

website/docs/r/cloudsyslog_source.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ resource "sumologic_collector" "collector" {
2828

2929
## Argument reference
3030

31-
* [Common Source Properties](https://github.com/terraform-providers/terraform-provider-sumologic/tree/master/website#common-source-properties)
31+
* [Common Source Properties](https://github.com/SumoLogic/terraform-provider-sumologic/tree/master/website#common-source-properties)
3232

3333
## Attributes reference
3434

website/docs/r/cloudtrail_source.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ In addition to the common properties, the following arguments are supported:
5959
+ `path_expression` - (Required) The path to the data.
6060

6161
### See also
62-
* [Common Source Properties](https://github.com/terraform-providers/terraform-provider-sumologic/tree/master/website#common-source-properties)
62+
* [Common Source Properties](https://github.com/SumoLogic/terraform-provider-sumologic/tree/master/website#common-source-properties)
6363

6464
## Attributes Reference
6565
The following attributes are exported:

website/docs/r/cloudwatch_source.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ In addition to the common properties, the following arguments are supported:
9292
+ `tags` - List of key-value pairs of tag filters. Eg: `["k3=v3"]`
9393

9494
### See also
95-
* [Common Source Properties](https://github.com/terraform-providers/terraform-provider-sumologic/tree/master/website#common-source-properties)
95+
* [Common Source Properties](https://github.com/SumoLogic/terraform-provider-sumologic/tree/master/website#common-source-properties)
9696

9797
## Attributes Reference
9898
The following attributes are exported:

0 commit comments

Comments
 (0)