github.com/craicoverflow/tyk@v2.9.6-rc3+incompatible/integration/terraform/outputs.tf (about) 1 # Generated by: tyk-ci/wf-gen 2 # Generated on: Sun 25 Apr 10:01:42 UTC 2021 3 4 # Generation commands: 5 # ./pr.zsh -title updated release engineering -branch release-3-lts -base release-3-lts -repos tyk,tyk-analytics -p 6 # m4 -E -DxREPO=tyk 7 8 9 data "terraform_remote_state" "integration" { 10 backend = "remote" 11 12 config = { 13 organization = "Tyk" 14 workspaces = { 15 name = "base-prod" 16 } 17 } 18 } 19 20 output "tyk" { 21 value = data.terraform_remote_state.integration.outputs.tyk 22 description = "ECR creds for tyk repo" 23 } 24 25 output "region" { 26 value = data.terraform_remote_state.integration.outputs.region 27 description = "Region in which the env is running" 28 }