Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: removed spectro-proxy from pack-tf Terraform files #27

Merged
merged 1 commit into from
Nov 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion terraform/pack-tf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ No modules.
| [spectrocloud_pack.csi](https://registry.terraform.io/providers/spectrocloud/spectrocloud/latest/docs/data-sources/pack) | data source |
| [spectrocloud_pack.hellouniverse](https://registry.terraform.io/providers/spectrocloud/spectrocloud/latest/docs/data-sources/pack) | data source |
| [spectrocloud_pack.k8s](https://registry.terraform.io/providers/spectrocloud/spectrocloud/latest/docs/data-sources/pack) | data source |
| [spectrocloud_pack.spectro-proxy](https://registry.terraform.io/providers/spectrocloud/spectrocloud/latest/docs/data-sources/pack) | data source |
| [spectrocloud_pack.ubuntu](https://registry.terraform.io/providers/spectrocloud/spectrocloud/latest/docs/data-sources/pack) | data source |
| [spectrocloud_registry.hellouniverseregistry](https://registry.terraform.io/providers/spectrocloud/spectrocloud/latest/docs/data-sources/registry) | data source |
| [spectrocloud_registry.public_registry](https://registry.terraform.io/providers/spectrocloud/spectrocloud/latest/docs/data-sources/registry) | data source |
Expand Down
6 changes: 0 additions & 6 deletions terraform/pack-tf/data.tf
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,6 @@ data "spectrocloud_pack" "csi" {
####################################
# Add-On Layers
####################################
data "spectrocloud_pack" "spectro-proxy" {
name = "spectro-proxy"
version = "1.4.1"
type = "spectro"
registry_uid = data.spectrocloud_registry.public_registry.id
}

# Select the correct registry (OCI or non-OCI)

Expand Down
7 changes: 0 additions & 7 deletions terraform/pack-tf/profile.tf
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,6 @@ resource "spectrocloud_cluster_profile" "profile" {
############################
# Add-on layer
############################
# Refer to https://docs.spectrocloud.com/integrations/frp/ for more details on Spectro Proxy pack.
pack {
name = "spectro-proxy" # Static value. Refer to the HubbleAPI collection before changing this value.
tag = "1.4.x"
uid = data.spectrocloud_pack.spectro-proxy.id
values = data.spectrocloud_pack.spectro-proxy.values
}

# Custom add-on pack
pack {
Expand Down