File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ resource "azurerm_linux_virtual_machine" "vm" {
87
87
88
88
source_image_reference {
89
89
publisher = var. os_publisher
90
- offer = var. fips_enabled ? " 0001-com-ubuntu-pro-focal -fips" : var. os_offer
90
+ offer = var. fips_enabled ? " 0001-com-ubuntu-pro-jammy -fips" : var. os_offer
91
91
sku = var. fips_enabled ? " pro-fips-22_04-gen2" : var. os_sku
92
92
version = var. os_version
93
93
}
@@ -97,7 +97,7 @@ resource "azurerm_linux_virtual_machine" "vm" {
97
97
content {
98
98
name = " pro-fips-22_04-gen2"
99
99
publisher = " canonical"
100
- product = " 0001-com-ubuntu-pro-focal -fips"
100
+ product = " 0001-com-ubuntu-pro-jammy -fips"
101
101
}
102
102
}
103
103
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ variable "os_publisher" {
65
65
variable "os_offer" {
66
66
description = " Specifies the offer of the image used to create the virtual machines. Changing this forces a new resource to be created."
67
67
type = string
68
- default = " 0001-com-ubuntu-server-focal "
68
+ default = " 0001-com-ubuntu-server-jammy "
69
69
}
70
70
71
71
variable "os_sku" {
You can’t perform that action at this time.
0 commit comments