mirror of
https://github.com/optim-enterprises-bv/terraform-talos.git
synced 2025-10-28 17:12:24 +00:00
update image
This commit is contained in:
@@ -5,6 +5,12 @@ About image_metadata.json https://www.oracle.com/docs/tech/oracle-private-cloud-
|
||||
|
||||
```hcl
|
||||
# Body of terraform.tfvars
|
||||
compartment_ocid = "ocid1.compartment.oc1.."
|
||||
tenancy_ocid = "ocid1.tenancy.oc1.."
|
||||
|
||||
user_ocid = "ocid1.user.oc1..aaaaaaaaxxxxxx"
|
||||
fingerprint = "ee:7f:67:00:e7:19:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx"
|
||||
key_file = "~/.oci/oci_api_key.pem"
|
||||
```
|
||||
|
||||
```shell
|
||||
|
||||
@@ -14,5 +14,5 @@
|
||||
"imageCapabilityData": null,
|
||||
"imageCapsFormatVersion": null,
|
||||
"operatingSystem": "Talos",
|
||||
"operatingSystemVersion": "1.3.0"
|
||||
"operatingSystemVersion": "1.8.2"
|
||||
}
|
||||
@@ -14,13 +14,18 @@
|
||||
"imageCapabilityData": null,
|
||||
"imageCapsFormatVersion": null,
|
||||
"operatingSystem": "Talos",
|
||||
"operatingSystemVersion": "1.3.0",
|
||||
"operatingSystemVersion": "1.8.2",
|
||||
"additionalMetadata": {
|
||||
"shapeCompatibilities": [
|
||||
{
|
||||
"internalShapeName": "VM.Standard.A1.Flex",
|
||||
"ocpuConstraints": null,
|
||||
"memoryConstraints": null
|
||||
},
|
||||
{
|
||||
"internalShapeName": "VM.Standard.A2.Flex",
|
||||
"ocpuConstraints": null,
|
||||
"memoryConstraints": null
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -30,7 +30,7 @@ locals {
|
||||
variable "release" {
|
||||
description = "The image name"
|
||||
type = string
|
||||
default = "1.6.7"
|
||||
default = "1.8.2"
|
||||
}
|
||||
|
||||
variable "arch" {
|
||||
|
||||
@@ -3,7 +3,7 @@ terraform {
|
||||
required_providers {
|
||||
oci = {
|
||||
source = "oracle/oci"
|
||||
version = "5.38.0"
|
||||
version = "6.15.0"
|
||||
}
|
||||
}
|
||||
required_version = ">= 1.5"
|
||||
|
||||
Reference in New Issue
Block a user