tetratelabs / tetrate-service-bridge-sandbox

Deploy Tetrate Service Bridge Demo on Azure Kubernetes Service (AKS), Google Kubernetes Engine (GKE) and/or Elastic Kubernetes Service (EKS) using Terraform
Apache License 2.0
12 stars 10 forks source link

consolidate variables and properties under dicts #108

Closed smarunich closed 11 months ago

smarunich commented 2 years ago

all underscore tsb properties have to be under tsb object...

    "tsb_fqdn": "r150sandbox1.cx.tetrate.info",
    "tsb_version": "1.5.0",
    "tsb_image_sync_username": "sergey-marunich",
    "tsb_image_sync_apikey": "4b15c33fd2b5e6c4e9efa6d637030dbdecd0b4c2",
    "tsb_password": "Tetrate123",
    "tsb_mp": {
        "cloud": "gcp",
        "cluster_id": 0
    },
boeboe commented 1 year ago

Working on this.