provider/aws: Fix the aws_codebuild_project acceptance tests (#14626)

This commit is contained in:
Paul Stack 2017-05-18 16:19:56 +03:00 committed by GitHub
parent 506eaaa247
commit 4bb16ad7f8
1 changed files with 3 additions and 15 deletions

View File

@ -393,12 +393,8 @@ resource "aws_codebuild_project" "foo" {
}
source {
auth {
type = "OAUTH"
}
type = "GITHUB"
location = "https://github.com/mitchellh/packer.git"
location = "https://github.com/hashicorp/packer.git"
}
tags {
@ -480,12 +476,8 @@ resource "aws_codebuild_project" "foo" {
}
source {
auth {
type = "OAUTH"
}
type = "GITHUB"
location = "https://github.com/mitchellh/packer.git"
location = "https://github.com/hashicorp/packer.git"
}
tags {
@ -567,12 +559,8 @@ resource "aws_codebuild_project" "foo" {
}
source {
auth {
type = "OAUTH"
}
type = "GITHUB"
location = "https://github.com/mitchellh/packer.git"
location = "https://github.com/hashicorp/packer.git"
}
tags {