mirror of
https://github.com/optim-enterprises-bv/terraform-talos.git
synced 2025-10-30 01:52:18 +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
|
```hcl
|
||||||
# Body of terraform.tfvars
|
# 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
|
```shell
|
||||||
|
|||||||
@@ -14,5 +14,5 @@
|
|||||||
"imageCapabilityData": null,
|
"imageCapabilityData": null,
|
||||||
"imageCapsFormatVersion": null,
|
"imageCapsFormatVersion": null,
|
||||||
"operatingSystem": "Talos",
|
"operatingSystem": "Talos",
|
||||||
"operatingSystemVersion": "1.3.0"
|
"operatingSystemVersion": "1.8.2"
|
||||||
}
|
}
|
||||||
@@ -14,13 +14,18 @@
|
|||||||
"imageCapabilityData": null,
|
"imageCapabilityData": null,
|
||||||
"imageCapsFormatVersion": null,
|
"imageCapsFormatVersion": null,
|
||||||
"operatingSystem": "Talos",
|
"operatingSystem": "Talos",
|
||||||
"operatingSystemVersion": "1.3.0",
|
"operatingSystemVersion": "1.8.2",
|
||||||
"additionalMetadata": {
|
"additionalMetadata": {
|
||||||
"shapeCompatibilities": [
|
"shapeCompatibilities": [
|
||||||
{
|
{
|
||||||
"internalShapeName": "VM.Standard.A1.Flex",
|
"internalShapeName": "VM.Standard.A1.Flex",
|
||||||
"ocpuConstraints": null,
|
"ocpuConstraints": null,
|
||||||
"memoryConstraints": null
|
"memoryConstraints": null
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"internalShapeName": "VM.Standard.A2.Flex",
|
||||||
|
"ocpuConstraints": null,
|
||||||
|
"memoryConstraints": null
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ locals {
|
|||||||
variable "release" {
|
variable "release" {
|
||||||
description = "The image name"
|
description = "The image name"
|
||||||
type = string
|
type = string
|
||||||
default = "1.6.7"
|
default = "1.8.2"
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "arch" {
|
variable "arch" {
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ terraform {
|
|||||||
required_providers {
|
required_providers {
|
||||||
oci = {
|
oci = {
|
||||||
source = "oracle/oci"
|
source = "oracle/oci"
|
||||||
version = "5.38.0"
|
version = "6.15.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
required_version = ">= 1.5"
|
required_version = ">= 1.5"
|
||||||
|
|||||||
Reference in New Issue
Block a user