Skip to content

Commit d18221f

Browse files
elasticcloudclientstobio
authored andcommitted
Update documentation, CHANGELOG.md, and NOTICE
1 parent 7dfa5ff commit d18221f

File tree

2 files changed

+17
-15
lines changed

2 files changed

+17
-15
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
ENHANCEMENTS:
44

55
* Add resource ec_snapshot_repository for usage with Elastic Cloud Enterprise. ([#613](https://github.com/elastic/terraform-provider-ec/issues/613))
6+
* data-source/traffic_filter: Add `ec_traffic_filter` data source. ([#619](https://github.com/elastic/terraform-provider-ec/issues/619))
7+
* resource/deployment: Ignore stopped resources when calculating the deployment version. ([#623](https://github.com/elastic/terraform-provider-ec/issues/623))
68
* resource/ec_deployment: Add snapshot settings (for usage with Elastic Cloud Enterprise only). ([#620](https://github.com/elastic/terraform-provider-ec/issues/620))
79
* resource/ec_deployment: Support the template migration api when changing deployment_template_id. ([#625](https://github.com/elastic/terraform-provider-ec/issues/625))
810

NOTICE

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ third-party software developed by the licenses listed below.
88

99
github.com/davecgh/go-spew 0BSD
1010
github.com/agext/levenshtein Apache-2.0
11-
github.com/apparentlymart/go-textseg/v13 Apache-2.0
1211
github.com/elastic/cloud-sdk-go Apache-2.0
1312
github.com/go-logr/logr Apache-2.0
1413
github.com/go-logr/stdr Apache-2.0
@@ -64,26 +63,27 @@ github.com/mitchellh/mapstructure MIT
6463
github.com/mitchellh/reflectwalk MIT
6564
github.com/stretchr/testify MIT
6665
github.com/zclconf/go-cty MIT
67-
github.com/hashicorp/go-checkpoint MPL-2.0
68-
github.com/hashicorp/go-cleanhttp MPL-2.0
69-
github.com/hashicorp/hc-install MPL-2.0
70-
github.com/hashicorp/terraform-plugin-go MPL-2.0
71-
github.com/hashicorp/terraform-registry-address MPL-2.0
72-
github.com/hashicorp/terraform-svchost MPL-2.0
73-
github.com/hashicorp/errwrap MPL-2.0-no-copyleft-exception
74-
github.com/hashicorp/go-multierror MPL-2.0-no-copyleft-exception
75-
github.com/hashicorp/go-plugin MPL-2.0-no-copyleft-exception
66+
github.com/hashicorp/errwrap MPL-2.0
67+
github.com/hashicorp/go-multierror MPL-2.0
68+
github.com/hashicorp/go-plugin MPL-2.0
69+
github.com/hashicorp/terraform-json MPL-2.0
70+
github.com/hashicorp/terraform-plugin-framework-validators MPL-2.0
71+
github.com/hashicorp/terraform-plugin-framework MPL-2.0
72+
github.com/hashicorp/terraform-plugin-log MPL-2.0
73+
github.com/hashicorp/terraform-plugin-sdk/v2 MPL-2.0
74+
github.com/hashicorp/go-checkpoint MPL-2.0-no-copyleft-exception
75+
github.com/hashicorp/go-cleanhttp MPL-2.0-no-copyleft-exception
7676
github.com/hashicorp/go-uuid MPL-2.0-no-copyleft-exception
7777
github.com/hashicorp/go-version MPL-2.0-no-copyleft-exception
78+
github.com/hashicorp/hc-install MPL-2.0-no-copyleft-exception
7879
github.com/hashicorp/hcl/v2 MPL-2.0-no-copyleft-exception
7980
github.com/hashicorp/logutils MPL-2.0-no-copyleft-exception
8081
github.com/hashicorp/terraform-exec MPL-2.0-no-copyleft-exception
81-
github.com/hashicorp/terraform-json MPL-2.0-no-copyleft-exception
82-
github.com/hashicorp/terraform-plugin-framework-validators MPL-2.0-no-copyleft-exception
83-
github.com/hashicorp/terraform-plugin-framework MPL-2.0-no-copyleft-exception
84-
github.com/hashicorp/terraform-plugin-log MPL-2.0-no-copyleft-exception
85-
github.com/hashicorp/terraform-plugin-sdk/v2 MPL-2.0-no-copyleft-exception
82+
github.com/hashicorp/terraform-plugin-go MPL-2.0-no-copyleft-exception
83+
github.com/hashicorp/terraform-registry-address MPL-2.0-no-copyleft-exception
84+
github.com/hashicorp/terraform-svchost MPL-2.0-no-copyleft-exception
8685
github.com/hashicorp/yamux MPL-2.0-no-copyleft-exception
8786
github.com/ghodss/yaml no license file was found
87+
github.com/apparentlymart/go-textseg/v13 Unicode-TOU
8888

8989
=========================================================================

0 commit comments

Comments
 (0)