Skip to content

mp_listing_id and mp_listing_resource_version pointing to deprecated OCIDs #10

@hfolguera

Description

@hfolguera

Variables for marketplace listing id are pointing to an old OCIDs making the stack deployment to fail.

Tried with the following values work (21/06/23):

variable "mp_listing_id" {
  #default     = "ocid1.appcataloglisting.oc1..aaaaaaaavvijdvafj64pj5y45k7qgda2um7qdsunr6snzl2456s5isvyuaoq"
  default     = "ocid1.appcataloglisting.oc1..aaaaaaaam7ewzrjbltqiarxukuk72v2lqkdtpqtwxqpszqqvrm7likfnpt5q"
  description = "Marketplace Listing OCID"
}

variable "mp_listing_resource_version" {
  #default     = "7.0.0_SR-IOV_Paravirtualized_Mode"
  default     = "7.4.0_(_X64_)"
  description = "Marketplace Listing Package/Resource Version"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions