File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,16 @@ All notable changes to this project are documented in this file.
77
88The format is based on {uri-changelog} [Keep a Changelog].
99
10+ == v1.0.2 (June 10,2020)
11+
12+ === Changes
13+ * Removed image operating system version from datasource (#1)
14+
15+ == v1.0.1 (May 27,2020)
16+
17+ === Changes
18+ * updated tags
19+
1020== v1.0.0 (May 21,2020)
1121
1222=== Changes
Original file line number Diff line number Diff line change @@ -51,7 +51,6 @@ data "template_file" "autonomous_cloud_init_file" {
5151data "oci_core_images" "autonomous_images" {
5252 compartment_id = var. compartment_id
5353 operating_system = " Oracle Autonomous Linux"
54- operating_system_version = " 7.7"
5554 shape = var. bastion_shape
5655 sort_by = " TIMECREATED"
5756}
You can’t perform that action at this time.
0 commit comments