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 @@ -6,6 +6,15 @@ data "cloudinit_config" "bastion" {
66 gzip = true
77 base64_encode = true
88
9+ part {
10+ content_type = " text/cloud-config"
11+ # https://cloudinit.readthedocs.io/en/latest/reference/examples.html#run-commands-on-first-boot
12+ content = <<- EOT
13+ runcmd:
14+ - dnf config-manager --disable ol8_addons --disable ol8_appstream
15+ EOT
16+ }
17+
918 part {
1019 content_type = " text/cloud-config"
1120 # https://cloudinit.readthedocs.io/en/latest/reference/modules.html#package-update-upgrade-install
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ variable "bastion_image_os" {
6060}
6161
6262variable "bastion_image_os_version" {
63- default = " 8.7 "
63+ default = " 8.8 "
6464 description = " Bastion image operating system version when bastion_image_type = 'platform'."
6565 type = string
6666}
You can’t perform that action at this time.
0 commit comments