You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,33 +33,33 @@ BUG FIXES:
33
33
* core: Maps in outputs with computed values are no longer removed. ([#9549](https://github.com/hashicorp/terraform/issues/9549))
34
34
* command/fmt: Multiline comments aren't indented every fmt. ([#6524](https://github.com/hashicorp/terraform/issues/6524))
35
35
36
-
## 0.7.12 (Unreleased)
36
+
## 0.7.12 (November 22, 2016)
37
37
38
38
BACKWARDS INCOMPATIBILITIES / NOTES:
39
39
40
-
* provider/cloudstack: `cloudstack_port_forward` has now deprecated `network_id`[GH-10204]
40
+
* provider/cloudstack: `cloudstack_port_forward` has now deprecated `network_id`([#10204](https://github.com/hashicorp/terraform/issues/10204))
41
41
42
42
FEATURES:
43
43
44
-
**New Data Source:*`aws_alb_listener`[GH-10181]
45
-
**New Resource:*`github_label`[GH-10213]
44
+
**New Data Source:*`aws_alb_listener`([#10181](https://github.com/hashicorp/terraform/issues/10181))
* core: Experimental feature failures are less verbose. [GH-10276]
50
-
* provider/aws: Add name_prefix to aws_iam_policy [GH-10178]
51
-
* provider/aws: Add ability to select aws_prefix_list data source by name [GH-10248]
52
-
* provider/aws Return service CIDR blocks from aws_vpc_endpoint resource [GH-10254]
53
-
* provider/aws: Added `environment` configuration for AWS Lambda Functions [GH-10275]
49
+
* core: Experimental feature failures are less verbose. ([#10276](https://github.com/hashicorp/terraform/issues/10276))
50
+
* provider/aws: Add name_prefix to aws_iam_policy ([#10178](https://github.com/hashicorp/terraform/issues/10178))
51
+
* provider/aws: Add ability to select aws_prefix_list data source by name ([#10248](https://github.com/hashicorp/terraform/issues/10248))
52
+
* provider/aws Return service CIDR blocks from aws_vpc_endpoint resource ([#10254](https://github.com/hashicorp/terraform/issues/10254))
53
+
* provider/aws: Added `environment` configuration for AWS Lambda Functions ([#10275](https://github.com/hashicorp/terraform/issues/10275))
54
54
55
55
BUG FIXES:
56
56
57
-
* core: Fix potential crashing race condition on state write [GH-10277]
58
-
* core: Data sources in modules lose their `data.` prefix when moved within the state [GH-9996]
59
-
* provider/aws: Fixed issue with `enable_dns_support` on creation in `aws_vpc`[GH-10171]
60
-
* provider/aws: Add CertificateNotFound retry waiter to aws_alb_listener [GH-10180]
61
-
* provider/aws: Remove IAM user's MFA devices with `force_destroy`[GH-10262]
* core: Fix potential crashing race condition on state write ([#10277](https://github.com/hashicorp/terraform/issues/10277))
58
+
* core: Data sources in modules lose their `data.` prefix when moved within the state ([#9996](https://github.com/hashicorp/terraform/issues/9996))
59
+
* provider/aws: Fixed issue with `enable_dns_support` on creation in `aws_vpc`([#10171](https://github.com/hashicorp/terraform/issues/10171))
60
+
* provider/aws: Add CertificateNotFound retry waiter to aws_alb_listener ([#10180](https://github.com/hashicorp/terraform/issues/10180))
61
+
* provider/aws: Remove IAM user's MFA devices with `force_destroy`([#10262](https://github.com/hashicorp/terraform/issues/10262))
0 commit comments