Skip to content

Commit

Permalink
Update documentation, CHANGELOG.md, and NOTICE
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticcloudclients committed Aug 5, 2023
1 parent 21dd383 commit f0c1f44
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ FEATURES:

* Upgrades the provider to terraform-plugin-framework:1.2.0 ([#660](https://github.com/elastic/terraform-provider-ec/issues/660))
* 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))
* 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))
* 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))

# 0.7.0 (May 4, 2023)
Expand Down
28 changes: 14 additions & 14 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ third-party software developed by the licenses listed below.

github.com/davecgh/go-spew 0BSD
github.com/agext/levenshtein Apache-2.0
github.com/apparentlymart/go-textseg/v13 Apache-2.0
github.com/elastic/cloud-sdk-go Apache-2.0
github.com/go-logr/logr Apache-2.0
github.com/go-logr/stdr Apache-2.0
Expand Down Expand Up @@ -65,27 +66,26 @@ github.com/mitchellh/mapstructure MIT
github.com/mitchellh/reflectwalk MIT
github.com/stretchr/testify MIT
github.com/zclconf/go-cty MIT
github.com/hashicorp/go-cleanhttp MPL-2.0
github.com/hashicorp/go-plugin MPL-2.0
github.com/hashicorp/go-uuid MPL-2.0
github.com/hashicorp/go-version MPL-2.0
github.com/hashicorp/hc-install MPL-2.0
github.com/hashicorp/logutils MPL-2.0
github.com/hashicorp/terraform-exec MPL-2.0
github.com/hashicorp/terraform-json MPL-2.0
github.com/hashicorp/terraform-plugin-framework-validators MPL-2.0
github.com/hashicorp/terraform-plugin-framework MPL-2.0
github.com/hashicorp/terraform-plugin-go MPL-2.0
github.com/hashicorp/terraform-plugin-sdk/v2 MPL-2.0
github.com/hashicorp/yamux MPL-2.0
github.com/hashicorp/terraform-registry-address MPL-2.0
github.com/hashicorp/errwrap MPL-2.0-no-copyleft-exception
github.com/hashicorp/go-checkpoint MPL-2.0-no-copyleft-exception
github.com/hashicorp/go-cleanhttp MPL-2.0-no-copyleft-exception
github.com/hashicorp/go-multierror MPL-2.0-no-copyleft-exception
github.com/hashicorp/go-plugin MPL-2.0-no-copyleft-exception
github.com/hashicorp/go-uuid MPL-2.0-no-copyleft-exception
github.com/hashicorp/go-version MPL-2.0-no-copyleft-exception
github.com/hashicorp/hc-install MPL-2.0-no-copyleft-exception
github.com/hashicorp/hcl/v2 MPL-2.0-no-copyleft-exception
github.com/hashicorp/terraform-exec MPL-2.0-no-copyleft-exception
github.com/hashicorp/terraform-json MPL-2.0-no-copyleft-exception
github.com/hashicorp/terraform-plugin-framework-validators MPL-2.0-no-copyleft-exception
github.com/hashicorp/logutils MPL-2.0-no-copyleft-exception
github.com/hashicorp/terraform-plugin-go MPL-2.0-no-copyleft-exception
github.com/hashicorp/terraform-plugin-log MPL-2.0-no-copyleft-exception
github.com/hashicorp/terraform-registry-address MPL-2.0-no-copyleft-exception
github.com/hashicorp/terraform-plugin-sdk/v2 MPL-2.0-no-copyleft-exception
github.com/hashicorp/terraform-svchost MPL-2.0-no-copyleft-exception
github.com/hashicorp/yamux MPL-2.0-no-copyleft-exception
github.com/ghodss/yaml no license file was found
github.com/apparentlymart/go-textseg/v13 Unicode-TOU

=========================================================================

0 comments on commit f0c1f44

Please sign in to comment.