Browse Source

Merge pull request #201 from mdr-engineering/feature/ftd_MSOCI-1723_TF15_Further_Fixes

Further fixes for TF0.15
Frederick Damstra 4 năm trước cách đây
mục cha
commit
f434de1a19
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      base/proxy_server/main.tf

+ 1 - 0
base/proxy_server/main.tf

@@ -176,6 +176,7 @@ data "template_file" "cloud_init" {
     proxy = var.proxy
     aws_partition = var.aws_partition
     aws_partition_alias = var.aws_partition_alias
+    aws_region = var.aws_region
   }
 }