Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Erisch/features/devops/integration tests #75

Merged
merged 9 commits into from
Apr 25, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .env.template
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
ARM_SUBSCRIPTION_ID="<az-service-principal-subscription-id>"
GO_VERSION=1.11
TF_VERSION=0.11.13
BUILD_BUILDID=1
ARM_CLIENT_ID="<az-service-principal-client-id>"
ARM_CLIENT_SECRET="<az-service-principal-auth-secret>"
ARM_TENANT_ID="<az-service-principal-tenant>"
ARM_ACCESS_KEY="<remote-state-storage-account-primary-key>"
DATACENTER_LOCATION=eastus
14 changes: 13 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
##
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore

# Go files
vendor/
_vendor-*/
*.exe

# Terraform
.terraform/

# User-specific files
*.suo
*.user
Expand Down Expand Up @@ -341,5 +349,9 @@ ASALocalRun/
# ENV files
**/.env

# Exclude local build directory
build/
# For Mac OS user files
**/.DS_Store
# For Mac OS user files
**/.DS_Store
**/.DS_Store
Loading