Skip to content

Commit

Permalink
Fix application version test
Browse files Browse the repository at this point in the history
  • Loading branch information
dharrisio committed Aug 16, 2016
1 parent 7142245 commit 3d71f5b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ resource "aws_s3_bucket" "default" {
resource "aws_s3_bucket_object" "default" {
bucket = "${aws_s3_bucket.default.id}"
key = "beanstalk/go-v1.zip"
source = "test-fixtures/beanstalk-go-v1.zip"
key = "beanstalk/python-v1.zip"
source = "test-fixtures/python-v1.zip"
}
resource "aws_elastic_beanstalk_application" "default" {
Expand Down

0 comments on commit 3d71f5b

Please sign in to comment.