You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by om...@apache.org on 2019/07/08 12:37:42 UTC

[incubator-dlab] branch DLAB-terraform updated (8db6a72 -> 6630e8b)

This is an automated email from the ASF dual-hosted git repository.

omartushevskyi pushed a change to branch DLAB-terraform
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git.


    from 8db6a72  updated Readme
     new 86cc967  Merge pull request #1 from apache/DLAB-terraform
     new 50c46d7  [DLAB-769] Terraform templates and README for Endpoint.
     new 6630e8b  Merge pull request #140 from AdamsDisturber/DLAB-terraform

The 6021 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../terraform/aws/main/main.tf                     |  17 ++++
 .../terraform/aws/main/variables.tf                |  14 ++-
 .../terraform/aws/modules/endpoint/README.md       |  18 ++++
 .../{ssn-k8s => endpoint}/files/assume-policy.json |   0
 .../modules/endpoint/files/endpoint-policy.json}   |  99 ++++++++----------
 .../modules/{common/network.tf => endpoint/iam.tf} |  58 +++++------
 .../terraform/aws/modules/endpoint/instance.tf     |  63 ++++++++++++
 .../terraform/aws/modules/endpoint/network.tf      | 111 +++++++++++++++++++++
 .../aws/modules/{ssn-k8s => endpoint}/variables.tf |  28 ++----
 9 files changed, 296 insertions(+), 112 deletions(-)
 create mode 100644 infrastructure-provisioning/terraform/aws/modules/endpoint/README.md
 copy infrastructure-provisioning/terraform/aws/modules/{ssn-k8s => endpoint}/files/assume-policy.json (100%)
 copy infrastructure-provisioning/{src/general/files/azure/ssn_policy.json => terraform/aws/modules/endpoint/files/endpoint-policy.json} (76%)
 copy infrastructure-provisioning/terraform/aws/modules/{common/network.tf => endpoint/iam.tf} (51%)
 create mode 100644 infrastructure-provisioning/terraform/aws/modules/endpoint/instance.tf
 create mode 100644 infrastructure-provisioning/terraform/aws/modules/endpoint/network.tf
 copy infrastructure-provisioning/terraform/aws/modules/{ssn-k8s => endpoint}/variables.tf (82%)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@dlab.apache.org
For additional commands, e-mail: commits-help@dlab.apache.org