Skip to content

Commit c7ccf0c

Browse files
catsbystack72
authored andcommitted
provider/aws: Change the format of kms_secret datasource to be a warning note
1 parent 755040b commit c7ccf0c

2 files changed

Lines changed: 44 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,49 @@ BUG FIXES:
3434

3535
## 0.8.6 (unreleased)
3636

37+
FEATURES:
38+
39+
* **New Data Source:** `aws_kms_secret` [GH-11460]
40+
41+
42+
IMPROVEMENTS:
43+
44+
* provider/aws: Add EBS Volume support for EMR Instance Groups [GH-11411]
45+
* provider/aws: Add support for policy to AWS provider assume_role [GH-11501]
46+
* provider/aws: Add support for more sns_topic_subscription parameters on import command [GH-10408]
47+
* provider/aws: Add support for Sever Side Encryption with default S3 KMS key to `aws_s3_bucket_object` [GH-11261]
48+
* provider/aws: Add support for Cross Region RDS Cluster Replica [GH-11428]
49+
* provider/azurerm: Add support for scale sets overprovision [GH-11516]
50+
* provider/fastly: Adds papertrail logging [GH-11491]
51+
* provider/google: allow instance group managers in region other than project [GH-11294]
52+
* provider/opsgenie: Descriptions for Teams [GH-11391]
53+
* provider/rancher: rancher_registration_token add image parameter [GH-11551]
54+
55+
BUG FIXES:
56+
57+
* core: Remove missed subfields when parent list is removed [GH-11498]
58+
* provider/aws: Fix issue with `path` not updated when modifying AWS API Gateway Resource [GH-11443]
59+
* provider/aws: Fix AWS Lambda Qualifier Regexp for `aws_lambda_permission` [GH-11383]
60+
* provider/aws: allow destroy of LB stickiness policy with missing LB [GH-11462]
61+
* provider/aws: ECS Placement constraints fix [GH-11475]
62+
* provider/aws: retry kms_key CreateKey if arn in policy not yet seen [GH-11509]
63+
* provider/aws: Fix ALB Listener Rule Import [GH-1174]
64+
* provider/azurerm: Scale Sets Load balancer pools should not be computed [GH-11516]
65+
* provider/azurerm: Scale Sets ip configuration handling and update support for load balancer backend pools. [GH-11516]
66+
* provider/azurerm: check if lb sub resources exist when reading [GH-11553]
67+
* provider/ignition: Allow to add authorized keys without user creation [GH-11406]
68+
* provider/ignition: mount and path are mutually exclusive [GH-11409]
69+
* provider/ns1: Fix "use_client_subnet" in ns1_record [GH-11368]
70+
* provider/openstack: Remove Default Security Group Rules on Create [GH-11466]
71+
* provider/pagerduty: Allow timeouts to be disabled (pagerduty_service) [GH-11483]
72+
* provider/rancher: Use environment specific client for accessing resources [GH-11503]
73+
* provider/rancher: Refresh rancher stack from state on delete [GH-11539]
74+
* provider/rancher: Refresh rancher token and registry from state on not found [GH-11543]
75+
* provider/rancher: return error when Rancher template not found [GH-11544]
76+
* provider/rancher: rancher_stack set docker_compose and rancher_compose [GH-11550]
77+
* provider/statuscake: Remove computed from statuscake_test timeout parameter [GH-11541]
78+
* provisioner/chef: Attributes JSON coming from computed source validates [GH-11502]
79+
3780
## 0.8.5 (26 January 2017)
3881

3982
BACKWARDS INCOMPATIBILITIES / NOTES:

website/source/docs/providers/aws/d/kms_secret.html.markdown

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ description: |-
1111
The KMS secret data source allows you to use data encrypted with the AWS KMS
1212
service within your resource definitions.
1313

14-
## Note about encrypted data
15-
16-
Using this data provider will allow you to conceal secret data within your
14+
~> **NOTE**: Using this data provider will allow you to conceal secret data within your
1715
resource definitions but does not take care of protecting that data in the
1816
logging output, plan output or state output.
1917

0 commit comments

Comments
 (0)