Skip to content

Commit 9477b50

Browse files
committed
Update CHANGES for v0.4.0 release
1 parent 613d445 commit 9477b50

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Notable changes between releases.
44

55
## Latest
66

7+
## v0.4.0
8+
79
* Support Fedora CoreOS Config `content` ([#52](https://github.com/poseidon/terraform-provider-ct/pull/52))
810
* Render Container Linux Config `content` in Ignition v2.2 format
911
* Render Fedora CoreOS `content` in Ignition v3.x format (determined by their own [version](https://github.com/coreos/fcct/blob/master/docs/configuration-v1_0.md))

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Render the config with Terraform for machine consumption.
1919
data "ct_config" "worker" {
2020
content = file("worker.yaml")
2121
pretty_print = false
22+
strict = true
2223
}
2324

2425
resource "aws_instance" "worker" {

0 commit comments

Comments
 (0)