Skip to content

Commit 17c4431

Browse files
authored
removed image operating system version (#2)
Signed-off-by: Ali Mukadam <[email protected]>
1 parent 918b0e1 commit 17c4431

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.adoc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ All notable changes to this project are documented in this file.
77

88
The 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

datasources.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ data "template_file" "autonomous_cloud_init_file" {
5151
data "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
}

0 commit comments

Comments
 (0)