Skip to content

Commit

Permalink
Merge branch 'main' into release-0.1.3
Browse files Browse the repository at this point in the history
Signed-off-by: Andre Correa <51237693+andrecorreaneto@users.noreply.github.com>
andrecorreaneto authored Feb 29, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 0f56221 + f2cb98e commit 3935afa
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ This repository contains Terraform modules for managing workload resources in OC

The following modules are available:
- [CIS Compute & Storage](./cis-compute-storage/)
- OKE (Oracle Kubernetes Engine) - soon
- OKE (Container Engine for Kubernetes) - soon
- Databases - soon

Helper modules:
2 changes: 1 addition & 1 deletion cis-compute-storage/compute.tf
Original file line number Diff line number Diff line change
@@ -289,4 +289,4 @@ resource "oci_core_private_ip" "these" {
hostname_label = each.value.hostname
defined_tags = each.value.defined_tags != null ? each.value.defined_tags : var.instances_configuration.default_defined_tags
freeform_tags = merge(local.cislz_module_tag, each.value.freeform_tags != null ? each.value.freeform_tags : var.instances_configuration.default_freeform_tags)
}
}
2 changes: 1 addition & 1 deletion release.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.3
0.1.3

0 comments on commit 3935afa

Please sign in to comment.