provider/aws: Fix the aws_codebuild_project acceptance tests (#14626)
This commit is contained in:
parent
506eaaa247
commit
4bb16ad7f8
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue