github.com/1aal/kubeblocks@v0.0.0-20231107070852-e1c03e598921/pkg/cli/cloudprovider/testdata/aws/eks/terraform.tfstate (about) 1 { 2 "version": 4, 3 "terraform_version": "1.3.9", 4 "serial": 65, 5 "lineage": "556a42d1-ab84-8d3a-ec6f-29fa097d9151", 6 "outputs": { 7 "cluster_addons": {}, 8 "context_name": { 9 "value": "arn-kb-playground-test", 10 "type": "string" 11 }, 12 "cluster_endpoint": { 13 "value": "test-cluster-endpoint", 14 "type": "string" 15 }, 16 "cluster_name": { 17 "value": "kb-playground-test", 18 "type": "string" 19 }, 20 "cluster_security_group_id": { 21 "value": "sg-1", 22 "type": "string" 23 }, 24 "region": { 25 "value": "cn-northwest-1", 26 "type": "string" 27 }, 28 "vpc_available_zones": { 29 "value": [ 30 "cn-northwest-1a", 31 "cn-northwest-1b", 32 "cn-northwest-1c" 33 ], 34 "type": [ 35 "list", 36 "string" 37 ] 38 } 39 }, 40 "resources": [], 41 "check_results": null 42 }