Skip to content
This repository has been archived by the owner on Jun 22, 2024. It is now read-only.

Commit

Permalink
fix: updated terraform to address v16.0.0 breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-cardenas-coding committed Oct 21, 2023
1 parent 283bd85 commit a66cead
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions deployment/terraform/application.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ resource "spectrocloud_application" "spectromate" {
application_profile_uid = spectrocloud_application_profile.spectromate.id

config {
cluster_context= "system"
cluster_name = spectrocloud_virtual_cluster.cluster-1.name
cluster_uid = spectrocloud_virtual_cluster.cluster-1.id
}
Expand Down
4 changes: 2 additions & 2 deletions deployment/terraform/inputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ variable "project" {
variable "app_version" {
type = string
description = "The version of the Spectromate application profile in Palette."
default = "1.0.1"
default = "1.0.5"
}

variable "cluster-group-name" {
Expand All @@ -34,7 +34,7 @@ variable "mendable_api_key" {
variable "image" {
type = string
description = "The Spectromate image to deploy."
default = "ghcr.io/spectrocloud/spectromate:v1.0.2"
default = "ghcr.io/spectrocloud/spectromate:v1.0.5"
}

variable "cluster_name" {
Expand Down

0 comments on commit a66cead

Please sign in to comment.