Skip to content

Commit

Permalink
fix: reverted submodule version to 1.2 for ORM
Browse files Browse the repository at this point in the history
safe formatting for bastion cloud-init

Signed-off-by: Ali Mukadam <ali.mukadam@oracle.com>
  • Loading branch information
hyder committed May 18, 2024
1 parent fba5ba3 commit 51e2c76
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion modules/bastion/cloudinit.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ data "cloudinit_config" "bastion" {
# https://cloudinit.readthedocs.io/en/latest/reference/examples.html#run-commands-on-first-boot
content = <<-EOT
runcmd:
- dnf config-manager --disable ol${var.bastion_image_os_version}_addons --disable ol${var.bastion_image_os_version}_appstream
- ${format("dnf config-manager --disable ol%v_addons --disable ol%v_appstream", var.bastion_image_os_version, var.bastion_image_os_version) }
EOT
}

Expand Down
2 changes: 1 addition & 1 deletion modules/cluster/versions.tf
2 changes: 1 addition & 1 deletion modules/iam/versions.tf
2 changes: 1 addition & 1 deletion modules/network/versions.tf
2 changes: 1 addition & 1 deletion modules/operator/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl

terraform {
required_version = ">= 1.3.0"
required_version = ">= 1.2.0"

required_providers {
cloudinit = {
Expand Down
2 changes: 1 addition & 1 deletion modules/workers/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl

terraform {
required_version = ">= 1.3.0"
required_version = ">= 1.2.0"

required_providers {
cloudinit = {
Expand Down

0 comments on commit 51e2c76

Please sign in to comment.