Skip to content

Commit 7b9c4fd

Browse files
authored
Integration of terramodtest 0.5.0 (#48)
1 parent 7f6203e commit 7b9c4fd

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ services:
1313
- docker
1414

1515
env:
16-
- TERRAFORM_VERSION=0.12.10 IMAGE_NAME=azure-network-security-group-module
16+
- TERRAFORM_VERSION=0.12.20 IMAGE_NAME=azure-network-security-group-module
1717

1818
jobs:
1919
include:

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Pull the base image with given version.
2-
ARG BUILD_TERRAFORM_VERSION="0.12.10"
2+
ARG BUILD_TERRAFORM_VERSION="0.12.20"
33
FROM mcr.microsoft.com/terraform-test:${BUILD_TERRAFORM_VERSION}
44

55
ARG MODULE_NAME="terraform-azurerm-network-security-group"
@@ -32,7 +32,5 @@ WORKDIR /go/src/${MODULE_NAME}
3232
ENV GOPATH /go
3333
ENV PATH /usr/local/go/bin:$GOPATH/bin:$PATH
3434
RUN /bin/bash -c "curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh"
35-
RUN /bin/bash -c "go get -v github.com/gruntwork-io/terratest/modules/terraform"
36-
RUN terraform init
3735

3836
RUN ["bundle", "install", "--gemfile", "./Gemfile"]

Gemfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
ruby "~> 2.3.0"
2-
31
source 'https://rubygems.org/'
42

53
group :test do
64
git 'https://github.com/Azure/terramodtest.git' do
7-
gem 'terramodtest', :tag => 'v0.3.0'
5+
gem 'terramodtest', tag: '0.5.0'
86
end
97
end

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Then simply run it in local shell:
120120
$ cd $GOPATH/src/{directory_name}/
121121
$ bundle install
122122
$ rake build
123-
$ rake e2e
123+
$ rake full
124124
```
125125

126126
### Docker

0 commit comments

Comments
 (0)