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

Fix build_batch_config cannot be removed problem #34121

Merged
merged 31 commits into from
Jan 23, 2024

Commits on Oct 26, 2023

  1. Configuration menu
    Copy the full SHA
    79d0259 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Configuration menu
    Copy the full SHA
    e97cbae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a78678 View commit details
    Browse the repository at this point in the history
  3. Run 'make gen'.

    ewbankkit committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    027c51e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fcc5143 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0cbbc61 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    763ef39 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ef77a32 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1afd700 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9f5d5fe View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    104ee1f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cbc248e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a0d32d1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e20bd93 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c137ba3 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    84bbd5c View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. r/aws_codebuild_resource_policy: Fix 'ResourceNotFoundException: Reso…

    …urce ARN does not exist' on Delete.
    ewbankkit committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    7a11213 View commit details
    Browse the repository at this point in the history
  2. Add CHANGELOG entry.

    ewbankkit committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    9701067 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e8c28d4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    23d3f77 View commit details
    Browse the repository at this point in the history
  5. r/aws_codebuild_project: Use 'testAccPreCheckSourceCredentialsForServ…

    …erType' in acceptance tests.
    ewbankkit committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    ccc569c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    00bfe9f View commit details
    Browse the repository at this point in the history
  7. r/aws_codebuild_project: Fix some 'ImportStateVerify attributes not e…

    …quivalent' acceptance test errors (hashicorp#35108).
    ewbankkit committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    94704bd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    220eebf View commit details
    Browse the repository at this point in the history
  9. Acceptance test output:

    % make testacc TESTARGS='-run=TestAccCodeBuildProject_' PKG=codebuild ACCTEST_PARALLELISM=2
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/codebuild/... -v -count 1 -parallel 2  -run=TestAccCodeBuildProject_ -timeout 360m
    === RUN   TestAccCodeBuildProject_basic
    === PAUSE TestAccCodeBuildProject_basic
    === RUN   TestAccCodeBuildProject_disappears
    === PAUSE TestAccCodeBuildProject_disappears
    === RUN   TestAccCodeBuildProject_tags
    === PAUSE TestAccCodeBuildProject_tags
    === RUN   TestAccCodeBuildProject_publicVisibility
    === PAUSE TestAccCodeBuildProject_publicVisibility
    === RUN   TestAccCodeBuildProject_badgeEnabled
    === PAUSE TestAccCodeBuildProject_badgeEnabled
    === RUN   TestAccCodeBuildProject_buildTimeout
    === PAUSE TestAccCodeBuildProject_buildTimeout
    === RUN   TestAccCodeBuildProject_queuedTimeout
    === PAUSE TestAccCodeBuildProject_queuedTimeout
    === RUN   TestAccCodeBuildProject_cache
    === PAUSE TestAccCodeBuildProject_cache
    === RUN   TestAccCodeBuildProject_description
    === PAUSE TestAccCodeBuildProject_description
    === RUN   TestAccCodeBuildProject_fileSystemLocations
    === PAUSE TestAccCodeBuildProject_fileSystemLocations
    === RUN   TestAccCodeBuildProject_sourceVersion
    === PAUSE TestAccCodeBuildProject_sourceVersion
    === RUN   TestAccCodeBuildProject_encryptionKey
    === PAUSE TestAccCodeBuildProject_encryptionKey
    === RUN   TestAccCodeBuildProject_Environment_environmentVariable
    === PAUSE TestAccCodeBuildProject_Environment_environmentVariable
    === RUN   TestAccCodeBuildProject_EnvironmentEnvironmentVariable_type
    === PAUSE TestAccCodeBuildProject_EnvironmentEnvironmentVariable_type
    === RUN   TestAccCodeBuildProject_EnvironmentEnvironmentVariable_value
    === PAUSE TestAccCodeBuildProject_EnvironmentEnvironmentVariable_value
    === RUN   TestAccCodeBuildProject_Environment_certificate
    === PAUSE TestAccCodeBuildProject_Environment_certificate
    === RUN   TestAccCodeBuildProject_Environment_registryCredential
    === PAUSE TestAccCodeBuildProject_Environment_registryCredential
    === RUN   TestAccCodeBuildProject_Logs_cloudWatchLogs
    === PAUSE TestAccCodeBuildProject_Logs_cloudWatchLogs
    === RUN   TestAccCodeBuildProject_Logs_s3Logs
    === PAUSE TestAccCodeBuildProject_Logs_s3Logs
    === RUN   TestAccCodeBuildProject_buildBatch
    === PAUSE TestAccCodeBuildProject_buildBatch
    === RUN   TestAccCodeBuildProject_buildBatchConfigDelete
    === PAUSE TestAccCodeBuildProject_buildBatchConfigDelete
    === RUN   TestAccCodeBuildProject_Source_gitCloneDepth
    === PAUSE TestAccCodeBuildProject_Source_gitCloneDepth
    === RUN   TestAccCodeBuildProject_SourceGitSubmodules_codeCommit
    === PAUSE TestAccCodeBuildProject_SourceGitSubmodules_codeCommit
    === RUN   TestAccCodeBuildProject_SourceGitSubmodules_gitHub
    === PAUSE TestAccCodeBuildProject_SourceGitSubmodules_gitHub
    === RUN   TestAccCodeBuildProject_SourceGitSubmodules_gitHubEnterprise
    === PAUSE TestAccCodeBuildProject_SourceGitSubmodules_gitHubEnterprise
    === RUN   TestAccCodeBuildProject_SecondarySourcesGitSubmodules_codeCommit
    === PAUSE TestAccCodeBuildProject_SecondarySourcesGitSubmodules_codeCommit
    === RUN   TestAccCodeBuildProject_SecondarySourcesGitSubmodules_gitHub
    === PAUSE TestAccCodeBuildProject_SecondarySourcesGitSubmodules_gitHub
    === RUN   TestAccCodeBuildProject_SecondarySourcesGitSubmodules_gitHubEnterprise
    === PAUSE TestAccCodeBuildProject_SecondarySourcesGitSubmodules_gitHubEnterprise
    === RUN   TestAccCodeBuildProject_SecondarySourcesVersions
    === PAUSE TestAccCodeBuildProject_SecondarySourcesVersions
    === RUN   TestAccCodeBuildProject_Source_insecureSSL
    === PAUSE TestAccCodeBuildProject_Source_insecureSSL
    === RUN   TestAccCodeBuildProject_SourceBuildStatus_gitHubEnterprise
    === PAUSE TestAccCodeBuildProject_SourceBuildStatus_gitHubEnterprise
    === RUN   TestAccCodeBuildProject_SourceReportBuildStatus_gitHubEnterprise
    === PAUSE TestAccCodeBuildProject_SourceReportBuildStatus_gitHubEnterprise
    === RUN   TestAccCodeBuildProject_SourceReportBuildStatus_bitbucket
    === PAUSE TestAccCodeBuildProject_SourceReportBuildStatus_bitbucket
    === RUN   TestAccCodeBuildProject_SourceReportBuildStatus_gitHub
    === PAUSE TestAccCodeBuildProject_SourceReportBuildStatus_gitHub
    === RUN   TestAccCodeBuildProject_SourceType_bitbucket
    === PAUSE TestAccCodeBuildProject_SourceType_bitbucket
    === RUN   TestAccCodeBuildProject_SourceType_codeCommit
    === PAUSE TestAccCodeBuildProject_SourceType_codeCommit
    === RUN   TestAccCodeBuildProject_SourceType_codePipeline
    === PAUSE TestAccCodeBuildProject_SourceType_codePipeline
    === RUN   TestAccCodeBuildProject_SourceType_gitHubEnterprise
    === PAUSE TestAccCodeBuildProject_SourceType_gitHubEnterprise
    === RUN   TestAccCodeBuildProject_SourceType_s3
    === PAUSE TestAccCodeBuildProject_SourceType_s3
    === RUN   TestAccCodeBuildProject_SourceType_noSource
    === PAUSE TestAccCodeBuildProject_SourceType_noSource
    === RUN   TestAccCodeBuildProject_SourceType_noSourceInvalid
    === PAUSE TestAccCodeBuildProject_SourceType_noSourceInvalid
    === RUN   TestAccCodeBuildProject_vpc
    === PAUSE TestAccCodeBuildProject_vpc
    === RUN   TestAccCodeBuildProject_windowsServer2019Container
    === PAUSE TestAccCodeBuildProject_windowsServer2019Container
    === RUN   TestAccCodeBuildProject_armContainer
    === PAUSE TestAccCodeBuildProject_armContainer
    === RUN   TestAccCodeBuildProject_linuxLambdaContainer
    === PAUSE TestAccCodeBuildProject_linuxLambdaContainer
    === RUN   TestAccCodeBuildProject_Artifacts_artifactIdentifier
    === PAUSE TestAccCodeBuildProject_Artifacts_artifactIdentifier
    === RUN   TestAccCodeBuildProject_Artifacts_encryptionDisabled
    === PAUSE TestAccCodeBuildProject_Artifacts_encryptionDisabled
    === RUN   TestAccCodeBuildProject_Artifacts_location
    === PAUSE TestAccCodeBuildProject_Artifacts_location
    === RUN   TestAccCodeBuildProject_Artifacts_name
    === PAUSE TestAccCodeBuildProject_Artifacts_name
    === RUN   TestAccCodeBuildProject_Artifacts_namespaceType
    === PAUSE TestAccCodeBuildProject_Artifacts_namespaceType
    === RUN   TestAccCodeBuildProject_Artifacts_overrideArtifactName
    === PAUSE TestAccCodeBuildProject_Artifacts_overrideArtifactName
    === RUN   TestAccCodeBuildProject_Artifacts_packaging
    === PAUSE TestAccCodeBuildProject_Artifacts_packaging
    === RUN   TestAccCodeBuildProject_Artifacts_path
    === PAUSE TestAccCodeBuildProject_Artifacts_path
    === RUN   TestAccCodeBuildProject_Artifacts_type
    === PAUSE TestAccCodeBuildProject_Artifacts_type
    === RUN   TestAccCodeBuildProject_Artifacts_bucketOwnerAccess
    === PAUSE TestAccCodeBuildProject_Artifacts_bucketOwnerAccess
    === RUN   TestAccCodeBuildProject_secondaryArtifacts
    === PAUSE TestAccCodeBuildProject_secondaryArtifacts
    === RUN   TestAccCodeBuildProject_SecondaryArtifacts_artifactIdentifier
    === PAUSE TestAccCodeBuildProject_SecondaryArtifacts_artifactIdentifier
    === RUN   TestAccCodeBuildProject_SecondaryArtifacts_overrideArtifactName
    === PAUSE TestAccCodeBuildProject_SecondaryArtifacts_overrideArtifactName
    === RUN   TestAccCodeBuildProject_SecondaryArtifacts_encryptionDisabled
    === PAUSE TestAccCodeBuildProject_SecondaryArtifacts_encryptionDisabled
    === RUN   TestAccCodeBuildProject_SecondaryArtifacts_location
    === PAUSE TestAccCodeBuildProject_SecondaryArtifacts_location
    === RUN   TestAccCodeBuildProject_SecondaryArtifacts_name
        acctest.go:93: Currently no solution to allow updates on name attribute
    --- SKIP: TestAccCodeBuildProject_SecondaryArtifacts_name (0.00s)
    === RUN   TestAccCodeBuildProject_SecondaryArtifacts_namespaceType
    === PAUSE TestAccCodeBuildProject_SecondaryArtifacts_namespaceType
    === RUN   TestAccCodeBuildProject_SecondaryArtifacts_path
    === PAUSE TestAccCodeBuildProject_SecondaryArtifacts_path
    === RUN   TestAccCodeBuildProject_SecondaryArtifacts_packaging
    === PAUSE TestAccCodeBuildProject_SecondaryArtifacts_packaging
    === RUN   TestAccCodeBuildProject_SecondaryArtifacts_type
    === PAUSE TestAccCodeBuildProject_SecondaryArtifacts_type
    === RUN   TestAccCodeBuildProject_SecondarySources_codeCommit
    === PAUSE TestAccCodeBuildProject_SecondarySources_codeCommit
    === RUN   TestAccCodeBuildProject_concurrentBuildLimit
    === PAUSE TestAccCodeBuildProject_concurrentBuildLimit
    === CONT  TestAccCodeBuildProject_basic
    === CONT  TestAccCodeBuildProject_SecondarySources_codeCommit
    === NAME  TestAccCodeBuildProject_basic
        source_credential_test.go:144: skipping acceptance testing: Source Credentials (GITHUB) not found
    --- SKIP: TestAccCodeBuildProject_basic (0.86s)
    === CONT  TestAccCodeBuildProject_SourceReportBuildStatus_bitbucket
        source_credential_test.go:144: skipping acceptance testing: Source Credentials (BITBUCKET) not found
    --- SKIP: TestAccCodeBuildProject_SourceReportBuildStatus_bitbucket (0.18s)
    === CONT  TestAccCodeBuildProject_SecondaryArtifacts_type
    --- PASS: TestAccCodeBuildProject_SecondaryArtifacts_type (25.55s)
    === CONT  TestAccCodeBuildProject_SecondaryArtifacts_packaging
        source_credential_test.go:144: skipping acceptance testing: Source Credentials (GITHUB) not found
    --- SKIP: TestAccCodeBuildProject_SecondaryArtifacts_packaging (0.18s)
    === CONT  TestAccCodeBuildProject_SecondaryArtifacts_path
    --- PASS: TestAccCodeBuildProject_SecondarySources_codeCommit (26.90s)
    === CONT  TestAccCodeBuildProject_SecondaryArtifacts_namespaceType
    === NAME  TestAccCodeBuildProject_SecondaryArtifacts_path
        source_credential_test.go:144: skipping acceptance testing: Source Credentials (GITHUB) not found
    --- SKIP: TestAccCodeBuildProject_SecondaryArtifacts_path (0.18s)
    === CONT  TestAccCodeBuildProject_SecondaryArtifacts_location
    === NAME  TestAccCodeBuildProject_SecondaryArtifacts_namespaceType
        source_credential_test.go:144: skipping acceptance testing: Source Credentials (GITHUB) not found
    --- SKIP: TestAccCodeBuildProject_SecondaryArtifacts_namespaceType (0.19s)
    === CONT  TestAccCodeBuildProject_SecondaryArtifacts_encryptionDisabled
    === NAME  TestAccCodeBuildProject_SecondaryArtifacts_location
        source_credential_test.go:144: skipping acceptance testing: Source Credentials (GITHUB) not found
    --- SKIP: TestAccCodeBuildProject_SecondaryArtifacts_location (0.20s)
    === CONT  TestAccCodeBuildProject_SecondaryArtifacts_overrideArtifactName
    === NAME  TestAccCodeBuildProject_SecondaryArtifacts_encryptionDisabled
        source_credential_test.go:144: skipping acceptance testing: Source Credentials (GITHUB) not found
    --- SKIP: TestAccCodeBuildProject_SecondaryArtifacts_encryptionDisabled (0.19s)
    === CONT  TestAccCodeBuildProject_SecondaryArtifacts_artifactIdentifier
    === NAME  TestAccCodeBuildProject_SecondaryArtifacts_overrideArtifactName
        source_credential_test.go:144: skipping acceptance testing: Source Credentials (GITHUB) not found
    --- SKIP: TestAccCodeBuildProject_SecondaryArtifacts_overrideArtifactName (0.18s)
    === CONT  TestAccCodeBuildProject_secondaryArtifacts
    === NAME  TestAccCodeBuildProject_SecondaryArtifacts_artifactIdentifier
        source_credential_test.go:144: skipping acceptance testing: Source Credentials (GITHUB) not found
    --- SKIP: TestAccCodeBuildProject_SecondaryArtifacts_artifactIdentifier (0.19s)
    === CONT  TestAccCodeBuildProject_Artifacts_bucketOwnerAccess
    === NAME  TestAccCodeBuildProject_secondaryArtifacts
        source_credential_test.go:144: skipping acceptance testing: Source Credentials (GITHUB) not found
    --- SKIP: TestAccCodeBuildProject_secondaryArtifacts (0.18s)
    === CONT  TestAccCodeBuildProject_Artifacts_type
    --- PASS: TestAccCodeBuildProject_Artifacts_type (45.61s)
    === CONT  TestAccCodeBuildProject_Artifacts_path
    --- PASS: TestAccCodeBuildProject_Artifacts_bucketOwnerAccess (45.65s)
    === CONT  TestAccCodeBuildProject_Artifacts_packaging
    === NAME  TestAccCodeBuildProject_Artifacts_path
        source_credential_test.go:144: skipping acceptance testing: Source Credentials (GITHUB) not found
    --- SKIP: TestAccCodeBuildProject_Artifacts_path (0.19s)
    === CONT  TestAccCodeBuildProject_Artifacts_overrideArtifactName
    === NAME  TestAccCodeBuildProject_Artifacts_packaging
        source_credential_test.go:144: skipping acceptance testing: Source Credentials (GITHUB) not found
    --- SKIP: TestAccCodeBuildProject_Artifacts_packaging (0.18s)
    === CONT  TestAccCodeBuildProject_Artifacts_namespaceType
    === NAME  TestAccCodeBuildProject_Artifacts_overrideArtifactName
        source_credential_test.go:144: skipping acceptance testing: Source Credentials (GITHUB) not found
    --- SKIP: TestAccCodeBuildProject_Artifacts_overrideArtifactName (0.19s)
    === CONT  TestAccCodeBuildProject_Artifacts_name
    === NAME  TestAccCodeBuildProject_Artifacts_namespaceType
        source_credential_test.go:144: skipping acceptance testing: Source Credentials (GITHUB) not found
    --- SKIP: TestAccCodeBuildProject_Artifacts_namespaceType (0.19s)
    === CONT  TestAccCodeBuildProject_Artifacts_location
    === NAME  TestAccCodeBuildProject_Artifacts_name
        source_credential_test.go:144: skipping acceptance testing: Source Credentials (GITHUB) not found
    --- SKIP: TestAccCodeBuildProject_Artifacts_name (0.18s)
    === CONT  TestAccCodeBuildProject_Artifacts_encryptionDisabled
    === NAME  TestAccCodeBuildProject_Artifacts_location
        source_credential_test.go:144: skipping acceptance testing: Source Credentials (GITHUB) not found
    --- SKIP: TestAccCodeBuildProject_Artifacts_location (0.18s)
    === CONT  TestAccCodeBuildProject_Artifacts_artifactIdentifier
    === NAME  TestAccCodeBuildProject_Artifacts_encryptionDisabled
        source_credential_test.go:144: skipping acceptance testing: Source Credentials (GITHUB) not found
    --- SKIP: TestAccCodeBuildProject_Artifacts_encryptionDisabled (0.19s)
    === CONT  TestAccCodeBuildProject_linuxLambdaContainer
    === NAME  TestAccCodeBuildProject_Artifacts_artifactIdentifier
        source_credential_test.go:144: skipping acceptance testing: Source Credentials (GITHUB) not found
    --- SKIP: TestAccCodeBuildProject_Artifacts_artifactIdentifier (0.19s)
    === CONT  TestAccCodeBuildProject_armContainer
    === NAME  TestAccCodeBuildProject_linuxLambdaContainer
        source_credential_test.go:144: skipping acceptance testing: Source Credentials (GITHUB) not found
    --- SKIP: TestAccCodeBuildProject_linuxLambdaContainer (0.19s)
    === CONT  TestAccCodeBuildProject_windowsServer2019Container
    === NAME  TestAccCodeBuildProject_armContainer
        source_credential_test.go:144: skipping acceptance testing: Source Credentials (GITHUB) not found
    --- SKIP: TestAccCodeBuildProject_armContainer (0.19s)
    === CONT  TestAccCodeBuildProject_vpc
    === NAME  TestAccCodeBuildProject_windowsServer2019Container
        source_credential_test.go:144: skipping acceptance testing: Source Credentials (GITHUB) not found
    --- SKIP: TestAccCodeBuildProject_windowsServer2019Container (0.19s)
    === CONT  TestAccCodeBuildProject_SourceType_noSourceInvalid
    === NAME  TestAccCodeBuildProject_vpc
        source_credential_test.go:144: skipping acceptance testing: Source Credentials (GITHUB) not found
    --- SKIP: TestAccCodeBuildProject_vpc (0.19s)
    === CONT  TestAccCodeBuildProject_SourceType_noSource
    --- PASS: TestAccCodeBuildProject_SourceType_noSourceInvalid (13.34s)
    === CONT  TestAccCodeBuildProject_SourceType_s3
    --- PASS: TestAccCodeBuildProject_SourceType_noSource (29.19s)
    === CONT  TestAccCodeBuildProject_SourceType_gitHubEnterprise
        source_credential_test.go:144: skipping acceptance testing: Source Credentials (GITHUB_ENTERPRISE) not found
    --- SKIP: TestAccCodeBuildProject_SourceType_gitHubEnterprise (0.19s)
    === CONT  TestAccCodeBuildProject_SourceType_codePipeline
    --- PASS: TestAccCodeBuildProject_SourceType_s3 (29.29s)
    === CONT  TestAccCodeBuildProject_SourceType_codeCommit
    --- PASS: TestAccCodeBuildProject_SourceType_codePipeline (29.79s)
    === CONT  TestAccCodeBuildProject_SourceType_bitbucket
        source_credential_test.go:144: skipping acceptance testing: Source Credentials (BITBUCKET) not found
    --- SKIP: TestAccCodeBuildProject_SourceType_bitbucket (0.18s)
    === CONT  TestAccCodeBuildProject_SourceReportBuildStatus_gitHub
        source_credential_test.go:144: skipping acceptance testing: Source Credentials (GITHUB) not found
    --- SKIP: TestAccCodeBuildProject_SourceReportBuildStatus_gitHub (0.18s)
    === CONT  TestAccCodeBuildProject_Environment_registryCredential
        source_credential_test.go:144: skipping acceptance testing: Source Credentials (GITHUB) not found
    --- SKIP: TestAccCodeBuildProject_Environment_registryCredential (0.20s)
    === CONT  TestAccCodeBuildProject_SourceReportBuildStatus_gitHubEnterprise
        source_credential_test.go:144: skipping acceptance testing: Source Credentials (GITHUB_ENTERPRISE) not found
    --- SKIP: TestAccCodeBuildProject_SourceReportBuildStatus_gitHubEnterprise (0.17s)
    === CONT  TestAccCodeBuildProject_SourceBuildStatus_gitHubEnterprise
        source_credential_test.go:144: skipping acceptance testing: Source Credentials (GITHUB_ENTERPRISE) not found
    --- SKIP: TestAccCodeBuildProject_SourceBuildStatus_gitHubEnterprise (0.18s)
    === CONT  TestAccCodeBuildProject_Source_insecureSSL
        source_credential_test.go:144: skipping acceptance testing: Source Credentials (GITHUB) not found
    --- SKIP: TestAccCodeBuildProject_Source_insecureSSL (0.18s)
    === CONT  TestAccCodeBuildProject_concurrentBuildLimit
        source_credential_test.go:144: skipping acceptance testing: Source Credentials (GITHUB) not found
    --- SKIP: TestAccCodeBuildProject_concurrentBuildLimit (0.18s)
    === CONT  TestAccCodeBuildProject_description
        source_credential_test.go:144: skipping acceptance testing: Source Credentials (GITHUB) not found
    --- SKIP: TestAccCodeBuildProject_description (0.20s)
    === CONT  TestAccCodeBuildProject_Environment_certificate
        source_credential_test.go:144: skipping acceptance testing: Source Credentials (GITHUB) not found
    --- SKIP: TestAccCodeBuildProject_Environment_certificate (0.19s)
    === CONT  TestAccCodeBuildProject_EnvironmentEnvironmentVariable_value
        source_credential_test.go:144: skipping acceptance testing: Source Credentials (GITHUB) not found
    --- SKIP: TestAccCodeBuildProject_EnvironmentEnvironmentVariable_value (0.19s)
    === CONT  TestAccCodeBuildProject_EnvironmentEnvironmentVariable_type
        source_credential_test.go:144: skipping acceptance testing: Source Credentials (GITHUB) not found
    --- SKIP: TestAccCodeBuildProject_EnvironmentEnvironmentVariable_type (0.19s)
    === CONT  TestAccCodeBuildProject_Environment_environmentVariable
        source_credential_test.go:144: skipping acceptance testing: Source Credentials (GITHUB) not found
    --- SKIP: TestAccCodeBuildProject_Environment_environmentVariable (0.18s)
    === CONT  TestAccCodeBuildProject_encryptionKey
        source_credential_test.go:144: skipping acceptance testing: Source Credentials (GITHUB) not found
    --- SKIP: TestAccCodeBuildProject_encryptionKey (0.18s)
    === CONT  TestAccCodeBuildProject_sourceVersion
        source_credential_test.go:144: skipping acceptance testing: Source Credentials (GITHUB) not found
    --- SKIP: TestAccCodeBuildProject_sourceVersion (0.18s)
    === CONT  TestAccCodeBuildProject_fileSystemLocations
        source_credential_test.go:144: skipping acceptance testing: Source Credentials (GITHUB) not found
    --- SKIP: TestAccCodeBuildProject_fileSystemLocations (0.18s)
    === CONT  TestAccCodeBuildProject_badgeEnabled
        source_credential_test.go:144: skipping acceptance testing: Source Credentials (GITHUB) not found
    --- SKIP: TestAccCodeBuildProject_badgeEnabled (0.18s)
    === CONT  TestAccCodeBuildProject_SecondarySourcesVersions
    --- PASS: TestAccCodeBuildProject_SourceType_codeCommit (29.71s)
    === CONT  TestAccCodeBuildProject_cache
        source_credential_test.go:144: skipping acceptance testing: Source Credentials (GITHUB) not found
    --- SKIP: TestAccCodeBuildProject_cache (0.18s)
    === CONT  TestAccCodeBuildProject_SecondarySourcesGitSubmodules_gitHubEnterprise
        source_credential_test.go:144: skipping acceptance testing: Source Credentials (GITHUB_ENTERPRISE) not found
    --- SKIP: TestAccCodeBuildProject_SecondarySourcesGitSubmodules_gitHubEnterprise (0.19s)
    === CONT  TestAccCodeBuildProject_queuedTimeout
        source_credential_test.go:144: skipping acceptance testing: Source Credentials (GITHUB) not found
    --- SKIP: TestAccCodeBuildProject_queuedTimeout (0.18s)
    === CONT  TestAccCodeBuildProject_buildTimeout
        source_credential_test.go:144: skipping acceptance testing: Source Credentials (GITHUB) not found
    --- SKIP: TestAccCodeBuildProject_buildTimeout (0.18s)
    === CONT  TestAccCodeBuildProject_tags
        source_credential_test.go:144: skipping acceptance testing: Source Credentials (GITHUB) not found
    --- SKIP: TestAccCodeBuildProject_tags (0.18s)
    === CONT  TestAccCodeBuildProject_SecondarySourcesGitSubmodules_gitHub
        source_credential_test.go:144: skipping acceptance testing: Source Credentials (GITHUB) not found
    --- SKIP: TestAccCodeBuildProject_SecondarySourcesGitSubmodules_gitHub (0.19s)
    === CONT  TestAccCodeBuildProject_SecondarySourcesGitSubmodules_codeCommit
    --- PASS: TestAccCodeBuildProject_SecondarySourcesGitSubmodules_codeCommit (52.04s)
    === CONT  TestAccCodeBuildProject_SourceGitSubmodules_gitHubEnterprise
        source_credential_test.go:144: skipping acceptance testing: Source Credentials (GITHUB_ENTERPRISE) not found
    --- SKIP: TestAccCodeBuildProject_SourceGitSubmodules_gitHubEnterprise (0.19s)
    === CONT  TestAccCodeBuildProject_SourceGitSubmodules_gitHub
        source_credential_test.go:144: skipping acceptance testing: Source Credentials (GITHUB) not found
    --- SKIP: TestAccCodeBuildProject_SourceGitSubmodules_gitHub (0.18s)
    === CONT  TestAccCodeBuildProject_SourceGitSubmodules_codeCommit
    --- PASS: TestAccCodeBuildProject_SecondarySourcesVersions (64.28s)
    === CONT  TestAccCodeBuildProject_publicVisibility
        source_credential_test.go:144: skipping acceptance testing: Source Credentials (GITHUB) not found
    --- SKIP: TestAccCodeBuildProject_publicVisibility (0.17s)
    === CONT  TestAccCodeBuildProject_Source_gitCloneDepth
        source_credential_test.go:144: skipping acceptance testing: Source Credentials (GITHUB) not found
    --- SKIP: TestAccCodeBuildProject_Source_gitCloneDepth (0.43s)
    === CONT  TestAccCodeBuildProject_buildBatchConfigDelete
        source_credential_test.go:144: skipping acceptance testing: Source Credentials (GITHUB) not found
    --- SKIP: TestAccCodeBuildProject_buildBatchConfigDelete (0.18s)
    === CONT  TestAccCodeBuildProject_Logs_s3Logs
        source_credential_test.go:144: skipping acceptance testing: Source Credentials (GITHUB) not found
    --- SKIP: TestAccCodeBuildProject_Logs_s3Logs (0.18s)
    === CONT  TestAccCodeBuildProject_Logs_cloudWatchLogs
        source_credential_test.go:144: skipping acceptance testing: Source Credentials (GITHUB) not found
    --- SKIP: TestAccCodeBuildProject_Logs_cloudWatchLogs (0.17s)
    === CONT  TestAccCodeBuildProject_buildBatch
        source_credential_test.go:144: skipping acceptance testing: Source Credentials (GITHUB) not found
    --- SKIP: TestAccCodeBuildProject_buildBatch (0.18s)
    === CONT  TestAccCodeBuildProject_disappears
        source_credential_test.go:144: skipping acceptance testing: Source Credentials (GITHUB) not found
    --- SKIP: TestAccCodeBuildProject_disappears (0.18s)
    --- PASS: TestAccCodeBuildProject_SourceGitSubmodules_codeCommit (39.93s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/codebuild	250.741s
    ewbankkit committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    2dc8da9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5b3a446 View commit details
    Browse the repository at this point in the history
  11. r/aws_codebuild_project: Fix some more 'ImportStateVerify attributes …

    …not equivalent' acceptance test errors (hashicorp#35108).
    ewbankkit committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    7c5d016 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c6ea4a8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0fdc0eb View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4eed2ab View commit details
    Browse the repository at this point in the history
  15. Fix terrafmt errors.

    ewbankkit committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    99bfcb3 View commit details
    Browse the repository at this point in the history