Skip to content

Commit f0c1f44

Browse files
author
elasticcloudclients
committed
Update documentation, CHANGELOG.md, and NOTICE
1 parent 21dd383 commit f0c1f44

File tree

2 files changed

+15
-14
lines changed

2 files changed

+15
-14
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ FEATURES:
44

55
* Upgrades the provider to terraform-plugin-framework:1.2.0 ([#660](https://github.com/elastic/terraform-provider-ec/issues/660))
66
* datasource/privatelink: Adds data sources (`aws_privatelink_endpoint`, `azure_privatelink_endpoint`, and `gcp_private_service_connect_endpoint`) to lookup private networking endpoint information. ([#659](https://github.com/elastic/terraform-provider-ec/issues/659))
7+
* resource/deployment: Add `reset_elasticsearch_password` attribute to the deployment resource. When true, this will reset the system password for the target deployment, updating the `elasticsearch_password` output as a result. ([#642](https://github.com/elastic/terraform-provider-ec/issues/642))
78
* resource/deployment: Adds endpoints integrations server resources. This allows consumers to explicitly capture service urls for dependent modules (e.g APM and Fleet). ([#640](https://github.com/elastic/terraform-provider-ec/issues/640))
89

910
# 0.7.0 (May 4, 2023)

NOTICE

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ 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
1112
github.com/elastic/cloud-sdk-go Apache-2.0
1213
github.com/go-logr/logr Apache-2.0
1314
github.com/go-logr/stdr Apache-2.0
@@ -65,27 +66,26 @@ github.com/mitchellh/mapstructure MIT
6566
github.com/mitchellh/reflectwalk MIT
6667
github.com/stretchr/testify MIT
6768
github.com/zclconf/go-cty MIT
68-
github.com/hashicorp/go-cleanhttp MPL-2.0
69-
github.com/hashicorp/go-plugin MPL-2.0
70-
github.com/hashicorp/go-uuid MPL-2.0
71-
github.com/hashicorp/go-version MPL-2.0
72-
github.com/hashicorp/hc-install MPL-2.0
73-
github.com/hashicorp/logutils MPL-2.0
69+
github.com/hashicorp/terraform-exec MPL-2.0
70+
github.com/hashicorp/terraform-json MPL-2.0
71+
github.com/hashicorp/terraform-plugin-framework-validators MPL-2.0
7472
github.com/hashicorp/terraform-plugin-framework MPL-2.0
75-
github.com/hashicorp/terraform-plugin-go MPL-2.0
76-
github.com/hashicorp/terraform-plugin-sdk/v2 MPL-2.0
77-
github.com/hashicorp/yamux MPL-2.0
73+
github.com/hashicorp/terraform-registry-address MPL-2.0
7874
github.com/hashicorp/errwrap MPL-2.0-no-copyleft-exception
7975
github.com/hashicorp/go-checkpoint MPL-2.0-no-copyleft-exception
76+
github.com/hashicorp/go-cleanhttp MPL-2.0-no-copyleft-exception
8077
github.com/hashicorp/go-multierror MPL-2.0-no-copyleft-exception
78+
github.com/hashicorp/go-plugin MPL-2.0-no-copyleft-exception
79+
github.com/hashicorp/go-uuid MPL-2.0-no-copyleft-exception
80+
github.com/hashicorp/go-version MPL-2.0-no-copyleft-exception
81+
github.com/hashicorp/hc-install MPL-2.0-no-copyleft-exception
8182
github.com/hashicorp/hcl/v2 MPL-2.0-no-copyleft-exception
82-
github.com/hashicorp/terraform-exec MPL-2.0-no-copyleft-exception
83-
github.com/hashicorp/terraform-json MPL-2.0-no-copyleft-exception
84-
github.com/hashicorp/terraform-plugin-framework-validators MPL-2.0-no-copyleft-exception
83+
github.com/hashicorp/logutils MPL-2.0-no-copyleft-exception
84+
github.com/hashicorp/terraform-plugin-go MPL-2.0-no-copyleft-exception
8585
github.com/hashicorp/terraform-plugin-log MPL-2.0-no-copyleft-exception
86-
github.com/hashicorp/terraform-registry-address MPL-2.0-no-copyleft-exception
86+
github.com/hashicorp/terraform-plugin-sdk/v2 MPL-2.0-no-copyleft-exception
8787
github.com/hashicorp/terraform-svchost MPL-2.0-no-copyleft-exception
88+
github.com/hashicorp/yamux MPL-2.0-no-copyleft-exception
8889
github.com/ghodss/yaml no license file was found
89-
github.com/apparentlymart/go-textseg/v13 Unicode-TOU
9090

9191
=========================================================================

0 commit comments

Comments
 (0)