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

F aws bedrock custom model #34310

Merged
merged 64 commits into from
Feb 2, 2024

Commits on Dec 11, 2023

  1. Configuration menu
    Copy the full SHA
    cdff23e View commit details
    Browse the repository at this point in the history
  2. better test

    skyscrapr committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    49e4707 View commit details
    Browse the repository at this point in the history
  3. add test data

    skyscrapr committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    88704f1 View commit details
    Browse the repository at this point in the history
  4. terrafmt fixes

    skyscrapr committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    51ceeb8 View commit details
    Browse the repository at this point in the history
  5. add docs

    skyscrapr committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    416bf28 View commit details
    Browse the repository at this point in the history
  6. make semall fixes

    skyscrapr committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    817063c View commit details
    Browse the repository at this point in the history
  7. linting fixes

    skyscrapr committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    579d663 View commit details
    Browse the repository at this point in the history
  8. fix custom model resource

    skyscrapr committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    e1b6895 View commit details
    Browse the repository at this point in the history
  9. make gen

    skyscrapr committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    afa16cd View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Configuration menu
    Copy the full SHA
    561a540 View commit details
    Browse the repository at this point in the history
  2. atrributes arn

    AdamTylerLynch committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    744183a View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Configuration menu
    Copy the full SHA
    59f38f5 View commit details
    Browse the repository at this point in the history
  2. attribute ordering

    AdamTylerLynch committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    0761606 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d5bda2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    418d5da View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. schema alignment

    AdamTylerLynch committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    9dc48cd View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. schemas and expand

    AdamTylerLynch committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    fdddecd View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2024

  1. Configuration menu
    Copy the full SHA
    9c6b0c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a712fc4 View commit details
    Browse the repository at this point in the history
  3. Acceptance test output:

    % make testacc TESTARGS='-run=TestAccBedrockFoundationModelsDataSource_basic' PKG=bedrock
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/bedrock/... -v -count 1 -parallel 20  -run=TestAccBedrockFoundationModelsDataSource_basic -timeout 360m
    === RUN   TestAccBedrockFoundationModelsDataSource_basic
    === PAUSE TestAccBedrockFoundationModelsDataSource_basic
    === CONT  TestAccBedrockFoundationModelsDataSource_basic
    --- PASS: TestAccBedrockFoundationModelsDataSource_basic (12.04s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/bedrock	21.790s
    ewbankkit committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    bdbca57 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cf35f53 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9e2cd12 View commit details
    Browse the repository at this point in the history
  6. Acceptance test output:

    % make testacc TESTARGS='-run=TestAccBedrockFoundationModelDataSource_basic' PKG=bedrock
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/bedrock/... -v -count 1 -parallel 20  -run=TestAccBedrockFoundationModelDataSource_basic -timeout 360m
    === RUN   TestAccBedrockFoundationModelDataSource_basic
    === PAUSE TestAccBedrockFoundationModelDataSource_basic
    === CONT  TestAccBedrockFoundationModelDataSource_basic
    --- PASS: TestAccBedrockFoundationModelDataSource_basic (12.31s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/bedrock	21.983s
    ewbankkit committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    34ebc2b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9d13c51 View commit details
    Browse the repository at this point in the history
  8. Add CHANGELOG entry.

    ewbankkit committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    72ed7d2 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Add 'MapOfStringType'.

    ewbankkit committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    6de445a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a4578a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    524f453 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4ba5e6c View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Configuration menu
    Copy the full SHA
    7bfdb15 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b67d64 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c958ff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1082c3c View commit details
    Browse the repository at this point in the history
  5. r/aws_bedrock_custom_model: We need to read both the job and the mode…

    …l as not all fields are returned by GetModelCustomizationJob.
    ewbankkit committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    89fd2bd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a0797ca View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Configuration menu
    Copy the full SHA
    aa17dce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43fe744 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ff6c31f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    24b2463 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    27ab715 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d6c6a8f View commit details
    Browse the repository at this point in the history
  7. Acceptance test output:

    % make testacc TESTARGS='-run=TestAccBedrockCustomModel_basic' PKG=bedrock
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/bedrock/... -v -count 1 -parallel 20  -run=TestAccBedrockCustomModel_basic -timeout 360m
    === RUN   TestAccBedrockCustomModel_basic
    === PAUSE TestAccBedrockCustomModel_basic
    === CONT  TestAccBedrockCustomModel_basic
    --- PASS: TestAccBedrockCustomModel_basic (69.19s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/bedrock	79.063s
    ewbankkit committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    ff0c849 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3971cf9 View commit details
    Browse the repository at this point in the history
  9. Acceptance test output:

    % make testacc TESTARGS='-run=TestAccBedrockCustomModel_disappears\|TestAccBedrockCustomModel_tags\|TestAccBedrockCustomModel_vpcConfig' PKG=bedrock ACCTEST_PARALLELISM=2
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/bedrock/... -v -count 1 -parallel 2  -run=TestAccBedrockCustomModel_disappears\|TestAccBedrockCustomModel_tags\|TestAccBedrockCustomModel_vpcConfig -timeout 360m
    === RUN   TestAccBedrockCustomModel_disappears
    === PAUSE TestAccBedrockCustomModel_disappears
    === RUN   TestAccBedrockCustomModel_tags
    === PAUSE TestAccBedrockCustomModel_tags
    === RUN   TestAccBedrockCustomModel_vpcConfig
    === PAUSE TestAccBedrockCustomModel_vpcConfig
    === CONT  TestAccBedrockCustomModel_disappears
    === CONT  TestAccBedrockCustomModel_vpcConfig
    --- PASS: TestAccBedrockCustomModel_vpcConfig (60.12s)
    === CONT  TestAccBedrockCustomModel_tags
    --- PASS: TestAccBedrockCustomModel_disappears (57.53s)
    --- PASS: TestAccBedrockCustomModel_tags (485.98s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/bedrock	512.765s
    ewbankkit committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    fba2e9c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2ddfe54 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Configuration menu
    Copy the full SHA
    99cec8d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53d0a74 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f273acc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c5ffce7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1d468bb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9906cb4 View commit details
    Browse the repository at this point in the history
  7. Acceptance test output:

    % make testacc TESTARGS='-run=TestAccBedrockCustomModel_validationDataConfig' PKG=bedrock
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/bedrock/... -v -count 1 -parallel 20  -run=TestAccBedrockCustomModel_validationDataConfig -timeout 360m
    === RUN   TestAccBedrockCustomModel_validationDataConfig
    === PAUSE TestAccBedrockCustomModel_validationDataConfig
    === CONT  TestAccBedrockCustomModel_validationDataConfig
    --- PASS: TestAccBedrockCustomModel_validationDataConfig (39.58s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/bedrock	50.791s
    ewbankkit committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    ec95a52 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9e9023b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2cb1a47 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d4fe947 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c430dc5 View commit details
    Browse the repository at this point in the history
  12. Acceptance test output:

    % make testacc TESTARGS='-run=TestAccBedrockCustomModel_kmsKey' PKG=bedrock
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/bedrock/... -v -count 1 -parallel 20  -run=TestAccBedrockCustomModel_kmsKey -timeout 360m
    === RUN   TestAccBedrockCustomModel_kmsKey
    === PAUSE TestAccBedrockCustomModel_kmsKey
    === CONT  TestAccBedrockCustomModel_kmsKey
    --- PASS: TestAccBedrockCustomModel_kmsKey (49.63s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/bedrock	60.146s
    ewbankkit committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    79553e1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b87c529 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e8b5f39 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f5c1165 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    81ddd4a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    898f26e View commit details
    Browse the repository at this point in the history
  18. Fix typo.

    ewbankkit committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    4c781fb View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

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