provider/aws: Change the format of kms_secret datasource to be a warning note
This commit is contained in:
parent
755040b177
commit
c7ccf0cbe6
43
CHANGELOG.md
43
CHANGELOG.md
|
@ -34,6 +34,49 @@ BUG FIXES:
|
|||
|
||||
## 0.8.6 (unreleased)
|
||||
|
||||
FEATURES:
|
||||
|
||||
* **New Data Source:** `aws_kms_secret` [GH-11460]
|
||||
|
||||
|
||||
IMPROVEMENTS:
|
||||
|
||||
* provider/aws: Add EBS Volume support for EMR Instance Groups [GH-11411]
|
||||
* provider/aws: Add support for policy to AWS provider assume_role [GH-11501]
|
||||
* provider/aws: Add support for more sns_topic_subscription parameters on import command [GH-10408]
|
||||
* provider/aws: Add support for Sever Side Encryption with default S3 KMS key to `aws_s3_bucket_object` [GH-11261]
|
||||
* provider/aws: Add support for Cross Region RDS Cluster Replica [GH-11428]
|
||||
* provider/azurerm: Add support for scale sets overprovision [GH-11516]
|
||||
* provider/fastly: Adds papertrail logging [GH-11491]
|
||||
* provider/google: allow instance group managers in region other than project [GH-11294]
|
||||
* provider/opsgenie: Descriptions for Teams [GH-11391]
|
||||
* provider/rancher: rancher_registration_token add image parameter [GH-11551]
|
||||
|
||||
BUG FIXES:
|
||||
|
||||
* core: Remove missed subfields when parent list is removed [GH-11498]
|
||||
* provider/aws: Fix issue with `path` not updated when modifying AWS API Gateway Resource [GH-11443]
|
||||
* provider/aws: Fix AWS Lambda Qualifier Regexp for `aws_lambda_permission` [GH-11383]
|
||||
* provider/aws: allow destroy of LB stickiness policy with missing LB [GH-11462]
|
||||
* provider/aws: ECS Placement constraints fix [GH-11475]
|
||||
* provider/aws: retry kms_key CreateKey if arn in policy not yet seen [GH-11509]
|
||||
* provider/aws: Fix ALB Listener Rule Import [GH-1174]
|
||||
* provider/azurerm: Scale Sets Load balancer pools should not be computed [GH-11516]
|
||||
* provider/azurerm: Scale Sets ip configuration handling and update support for load balancer backend pools. [GH-11516]
|
||||
* provider/azurerm: check if lb sub resources exist when reading [GH-11553]
|
||||
* provider/ignition: Allow to add authorized keys without user creation [GH-11406]
|
||||
* provider/ignition: mount and path are mutually exclusive [GH-11409]
|
||||
* provider/ns1: Fix "use_client_subnet" in ns1_record [GH-11368]
|
||||
* provider/openstack: Remove Default Security Group Rules on Create [GH-11466]
|
||||
* provider/pagerduty: Allow timeouts to be disabled (pagerduty_service) [GH-11483]
|
||||
* provider/rancher: Use environment specific client for accessing resources [GH-11503]
|
||||
* provider/rancher: Refresh rancher stack from state on delete [GH-11539]
|
||||
* provider/rancher: Refresh rancher token and registry from state on not found [GH-11543]
|
||||
* provider/rancher: return error when Rancher template not found [GH-11544]
|
||||
* provider/rancher: rancher_stack set docker_compose and rancher_compose [GH-11550]
|
||||
* provider/statuscake: Remove computed from statuscake_test timeout parameter [GH-11541]
|
||||
* provisioner/chef: Attributes JSON coming from computed source validates [GH-11502]
|
||||
|
||||
## 0.8.5 (26 January 2017)
|
||||
|
||||
BACKWARDS INCOMPATIBILITIES / NOTES:
|
||||
|
|
|
@ -11,9 +11,7 @@ description: |-
|
|||
The KMS secret data source allows you to use data encrypted with the AWS KMS
|
||||
service within your resource definitions.
|
||||
|
||||
## Note about encrypted data
|
||||
|
||||
Using this data provider will allow you to conceal secret data within your
|
||||
~> **NOTE**: Using this data provider will allow you to conceal secret data within your
|
||||
resource definitions but does not take care of protecting that data in the
|
||||
logging output, plan output or state output.
|
||||
|
||||
|
|
Loading…
Reference in New Issue