Skip to content

Commit f2d73b4

Browse files
authored
Merge pull request #775 from SumoLogic/erikatsumo-sdk-v2
Upgrade to TF provider SDK v2
2 parents 8c4a33d + 10b2154 commit f2d73b4

File tree

177 files changed

+496
-1459
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

177 files changed

+496
-1459
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
## X.Y.Z (Unreleased)
22
* Add new change notes here
33

4+
ENHANCEMENTS:
5+
* Upgrade to [v2 of the Terraform Plugin SDK Go module](https://developer.hashicorp.com/terraform/plugin/sdkv2/guides/v2-upgrade-guide#version-2-of-the-module)
6+
7+
BUG FIXES:
8+
* Fix a typo when reading a sumologic_cse_entity_normalization_configuration
9+
* Fix a type conversion error in the log mapping resource
10+
411
## 3.0.12 (May 21, 2025)
512

613
## 3.0.11 (May 20, 2025)

go.mod

Lines changed: 35 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -1,96 +1,69 @@
11
module github.com/SumoLogic/terraform-provider-sumologic
22

3-
go 1.21
3+
go 1.22.0
44

55
require (
66
github.com/go-errors/errors v1.4.0
77
github.com/google/go-cmp v0.6.0
88
github.com/google/uuid v1.6.0
99
github.com/hashicorp/go-retryablehttp v0.7.7
10-
github.com/hashicorp/terraform-plugin-sdk v1.17.2
11-
github.com/stretchr/testify v1.8.1
10+
github.com/hashicorp/terraform-plugin-sdk/v2 v2.36.1
11+
github.com/stretchr/testify v1.8.3
1212
)
1313

1414
require (
15-
cloud.google.com/go v0.110.8 // indirect
16-
cloud.google.com/go/compute/metadata v0.5.0 // indirect
17-
cloud.google.com/go/iam v1.1.2 // indirect
18-
cloud.google.com/go/storage v1.30.1 // indirect
19-
github.com/Masterminds/goutils v1.1.1 // indirect
20-
github.com/Masterminds/semver v1.5.0 // indirect
21-
github.com/Masterminds/sprig v2.22.0+incompatible // indirect
15+
github.com/ProtonMail/go-crypto v1.1.3 // indirect
2216
github.com/agext/levenshtein v1.2.2 // indirect
23-
github.com/apparentlymart/go-cidr v1.1.0 // indirect
24-
github.com/apparentlymart/go-textseg/v12 v12.0.0 // indirect
25-
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
26-
github.com/armon/go-radix v1.0.0 // indirect
27-
github.com/aws/aws-sdk-go v1.44.122 // indirect
28-
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
29-
github.com/bgentry/speakeasy v0.1.0 // indirect
17+
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
18+
github.com/cloudflare/circl v1.3.7 // indirect
3019
github.com/davecgh/go-spew v1.1.1 // indirect
3120
github.com/fatih/color v1.16.0 // indirect
3221
github.com/go-test/deep v1.0.7 // indirect
33-
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
34-
github.com/golang/protobuf v1.5.3 // indirect
35-
github.com/google/s2a-go v0.1.4 // indirect
36-
github.com/googleapis/enterprise-certificate-proxy v0.2.4 // indirect
37-
github.com/googleapis/gax-go/v2 v2.12.0 // indirect
22+
github.com/golang/protobuf v1.5.4 // indirect
3823
github.com/hashicorp/errwrap v1.0.0 // indirect
3924
github.com/hashicorp/go-checkpoint v0.5.0 // indirect
4025
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
41-
github.com/hashicorp/go-getter v1.7.5 // indirect
26+
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320 // indirect
4227
github.com/hashicorp/go-hclog v1.6.3 // indirect
43-
github.com/hashicorp/go-multierror v1.0.0 // indirect
44-
github.com/hashicorp/go-plugin v1.4.0 // indirect
45-
github.com/hashicorp/go-safetemp v1.0.0 // indirect
46-
github.com/hashicorp/go-uuid v1.0.2 // indirect
47-
github.com/hashicorp/go-version v1.6.0 // indirect
48-
github.com/hashicorp/hcl v1.0.0 // indirect
49-
github.com/hashicorp/hcl/v2 v2.8.2 // indirect
28+
github.com/hashicorp/go-multierror v1.1.1 // indirect
29+
github.com/hashicorp/go-plugin v1.6.2 // indirect
30+
github.com/hashicorp/go-uuid v1.0.3 // indirect
31+
github.com/hashicorp/go-version v1.7.0 // indirect
32+
github.com/hashicorp/hc-install v0.9.1 // indirect
33+
github.com/hashicorp/hcl/v2 v2.23.0 // indirect
5034
github.com/hashicorp/logutils v1.0.0 // indirect
51-
github.com/hashicorp/terraform-config-inspect v0.0.0-20210625153042-09f34846faab // indirect
52-
github.com/hashicorp/terraform-exec v0.13.3 // indirect
53-
github.com/hashicorp/terraform-json v0.10.0 // indirect
54-
github.com/hashicorp/terraform-plugin-test/v2 v2.2.1 // indirect
55-
github.com/hashicorp/terraform-svchost v0.0.0-20200729002733-f050f53b9734 // indirect
56-
github.com/hashicorp/yamux v0.0.0-20210707203944-259a57b3608c // indirect
57-
github.com/huandu/xstrings v1.3.2 // indirect
58-
github.com/imdario/mergo v0.3.12 // indirect
59-
github.com/jmespath/go-jmespath v0.4.0 // indirect
60-
github.com/klauspost/compress v1.15.11 // indirect
35+
github.com/hashicorp/terraform-exec v0.22.0 // indirect
36+
github.com/hashicorp/terraform-json v0.24.0 // indirect
37+
github.com/hashicorp/terraform-plugin-go v0.26.0 // indirect
38+
github.com/hashicorp/terraform-plugin-log v0.9.0 // indirect
39+
github.com/hashicorp/terraform-registry-address v0.2.4 // indirect
40+
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
41+
github.com/hashicorp/yamux v0.1.1 // indirect
42+
github.com/kr/text v0.2.0 // indirect
6143
github.com/mattn/go-colorable v0.1.13 // indirect
6244
github.com/mattn/go-isatty v0.0.20 // indirect
63-
github.com/mitchellh/cli v1.1.2 // indirect
64-
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
65-
github.com/mitchellh/copystructure v1.0.0 // indirect
66-
github.com/mitchellh/go-homedir v1.1.0 // indirect
45+
github.com/mitchellh/copystructure v1.2.0 // indirect
6746
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
6847
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
69-
github.com/mitchellh/mapstructure v1.1.2 // indirect
70-
github.com/mitchellh/reflectwalk v1.0.1 // indirect
48+
github.com/mitchellh/mapstructure v1.5.0 // indirect
49+
github.com/mitchellh/reflectwalk v1.0.2 // indirect
7150
github.com/oklog/run v1.1.0 // indirect
7251
github.com/pmezard/go-difflib v1.0.0 // indirect
73-
github.com/posener/complete v1.2.3 // indirect
74-
github.com/spf13/afero v1.2.2 // indirect
75-
github.com/ulikunitz/xz v0.5.10 // indirect
76-
github.com/vmihailenco/msgpack/v4 v4.3.12 // indirect
77-
github.com/vmihailenco/tagparser v0.1.1 // indirect
78-
github.com/zclconf/go-cty v1.8.2 // indirect
79-
github.com/zclconf/go-cty-yaml v1.0.2 // indirect
80-
go.opencensus.io v0.24.0 // indirect
52+
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
53+
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
54+
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
55+
github.com/zclconf/go-cty v1.16.2 // indirect
8156
golang.org/x/crypto v0.33.0 // indirect
57+
golang.org/x/mod v0.22.0 // indirect
8258
golang.org/x/net v0.35.0 // indirect
83-
golang.org/x/oauth2 v0.22.0 // indirect
8459
golang.org/x/sync v0.11.0 // indirect
8560
golang.org/x/sys v0.30.0 // indirect
8661
golang.org/x/text v0.22.0 // indirect
87-
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
88-
google.golang.org/api v0.128.0 // indirect
62+
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
8963
google.golang.org/appengine v1.6.8 // indirect
90-
google.golang.org/genproto v0.0.0-20231002182017-d307bd883b97 // indirect
91-
google.golang.org/genproto/googleapis/api v0.0.0-20240814211410-ddb44dafa142 // indirect
92-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect
93-
google.golang.org/grpc v1.67.0 // indirect
94-
google.golang.org/protobuf v1.34.2 // indirect
64+
google.golang.org/genproto/googleapis/rpc v0.0.0-20241015192408-796eee8c2d53 // indirect
65+
google.golang.org/grpc v1.69.4 // indirect
66+
google.golang.org/protobuf v1.36.3 // indirect
67+
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
9568
gopkg.in/yaml.v3 v3.0.1 // indirect
9669
)

0 commit comments

Comments
 (0)