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

Renamed status to state, added tf ```.terraform``` cache folder clean up and providers version lock`.terraform.lock.hcl`. #132

Closed smarunich closed 1 year ago

smarunich commented 1 year ago

Renamed status to state, added tf .terraform cache folder clean up and providers version lock.terraform.lock.hcl.

as play is run, lock is generated for dependencies, so if the same folder is used to destroy/re-build the older cache will be utilized.

as per https://developer.hashicorp.com/terraform/cli/init

smarunich commented 1 year ago

@kurktchiev @shamusx jfyi