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

Add aws_mskconnect_connector resource #23544

Merged
merged 54 commits into from
Mar 25, 2022
Merged

Add aws_mskconnect_connector resource #23544

merged 54 commits into from
Mar 25, 2022

Commits on Jan 31, 2022

  1. create and delete methods

    rtim75 committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    8c6a425 View commit details
    Browse the repository at this point in the history
  2. finish log delivery

    rtim75 committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    b4fac0a View commit details
    Browse the repository at this point in the history
  3. small refactoring

    rtim75 committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    9a8f5aa View commit details
    Browse the repository at this point in the history
  4. add worker configuration

    rtim75 committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    dfcbf8c View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2022

  1. Configuration menu
    Copy the full SHA
    c731a38 View commit details
    Browse the repository at this point in the history
  2. merge master

    gungoren committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    ef77fe1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a586acd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ef0aa2a View commit details
    Browse the repository at this point in the history
  5. go.mod changes

    gungoren committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    40a6e98 View commit details
    Browse the repository at this point in the history
  6. fix worklow errors

    gungoren committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    da023c2 View commit details
    Browse the repository at this point in the history
  7. fix worklow errors

    gungoren committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    080e8e9 View commit details
    Browse the repository at this point in the history
  8. fix worklow errors

    gungoren committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    1c0af09 View commit details
    Browse the repository at this point in the history
  9. fix worklow errors

    gungoren committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    a07b0a9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1f015c1 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

  1. Revert "add worker configuration"

    This reverts commit dfcbf8c.
    ewbankkit committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    777a310 View commit details
    Browse the repository at this point in the history
  2. Revert "small refactoring"

    This reverts commit 9a8f5aa.
    ewbankkit committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    68195ed View commit details
    Browse the repository at this point in the history
  3. Revert "finish log delivery"

    This reverts commit b4fac0a.
    ewbankkit committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    220a076 View commit details
    Browse the repository at this point in the history
  4. Revert "create and delete methods"

    This reverts commit 8c6a425.
    ewbankkit committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    5e8fd59 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    122d4cb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c05b17a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    084fb26 View commit details
    Browse the repository at this point in the history
  8. r/aws_mskconnect_connector: Additional 'ForceNew: true's as only 'cap…

    …acity' can be updated.
    ewbankkit committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    4ef6059 View commit details
    Browse the repository at this point in the history
  9. r/aws_mskconnect_connector: 'client_authentication' -> 'kafka_cluster…

    …_client_authentication'.
    ewbankkit committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    90c4881 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d3b8c60 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    522c3b3 View commit details
    Browse the repository at this point in the history
  12. r/aws_mskconnect_connector: 'encryption_in_transit' -> 'kafka_cluster…

    …_encryption_in_transit'.
    ewbankkit committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    97f8ee8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    264dbb1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ffc14a0 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1a51d4a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9e54cac View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    72a3b7d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    2ee0b2d View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    2d63200 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    fc2f6eb View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    a3ccc52 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    a3ae8a5 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    2c0e7ed View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    63ce731 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

  1. Configuration menu
    Copy the full SHA
    b53275d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aba5cb8 View commit details
    Browse the repository at this point in the history
  3. r/aws_mskconnect_custom_plugin: Implement resource Delete.

    Acceptance test output:
    
    % make testacc TESTS=TestAccKafkaConnectCustomPlugin_ PKG=kafkaconnect ACCTEST_PARALLELISM=2
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/kafkaconnect/... -v -count 1 -parallel 2 -run='TestAccKafkaConnectCustomPlugin_'  -timeout 180m
    === RUN   TestAccKafkaConnectCustomPlugin_basic
    === PAUSE TestAccKafkaConnectCustomPlugin_basic
    === RUN   TestAccKafkaConnectCustomPlugin_description
    === PAUSE TestAccKafkaConnectCustomPlugin_description
    === RUN   TestAccKafkaConnectCustomPlugin_contentType
    === PAUSE TestAccKafkaConnectCustomPlugin_contentType
    === RUN   TestAccKafkaConnectCustomPlugin_objectVersion
    === PAUSE TestAccKafkaConnectCustomPlugin_objectVersion
    === CONT  TestAccKafkaConnectCustomPlugin_basic
    === CONT  TestAccKafkaConnectCustomPlugin_contentType
    --- PASS: TestAccKafkaConnectCustomPlugin_basic (41.38s)
    === CONT  TestAccKafkaConnectCustomPlugin_description
    --- PASS: TestAccKafkaConnectCustomPlugin_contentType (68.96s)
    === CONT  TestAccKafkaConnectCustomPlugin_objectVersion
    --- PASS: TestAccKafkaConnectCustomPlugin_description (29.53s)
    --- PASS: TestAccKafkaConnectCustomPlugin_objectVersion (29.79s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/kafkaconnect	102.677s
    ewbankkit committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    219a4bc View commit details
    Browse the repository at this point in the history
  4. Add CHANGELOG entry.

    ewbankkit committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    3f16cb0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7950205 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3685750 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2022

  1. Configuration menu
    Copy the full SHA
    22017c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ae5d93 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    485a3ad View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

  1. Configuration menu
    Copy the full SHA
    f5e41a8 View commit details
    Browse the repository at this point in the history
  2. r+d/aws_mskconnect_custom_plugin: Simplify acceptance test configurat…

    …ions.
    
    Acceptance test output:
    
    % make testacc TESTS=TestAccKafkaConnectCustomPlugin PKG=kafkaconnect ACCTEST_PARALLELISM=2
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/kafkaconnect/... -v -count 1 -parallel 2 -run='TestAccKafkaConnectCustomPlugin'  -timeout 180m
    === RUN   TestAccKafkaConnectCustomPluginDataSource_basic
    === PAUSE TestAccKafkaConnectCustomPluginDataSource_basic
    === RUN   TestAccKafkaConnectCustomPlugin_basic
    === PAUSE TestAccKafkaConnectCustomPlugin_basic
    === RUN   TestAccKafkaConnectCustomPlugin_description
    === PAUSE TestAccKafkaConnectCustomPlugin_description
    === RUN   TestAccKafkaConnectCustomPlugin_objectVersion
    === PAUSE TestAccKafkaConnectCustomPlugin_objectVersion
    === CONT  TestAccKafkaConnectCustomPluginDataSource_basic
    === CONT  TestAccKafkaConnectCustomPlugin_description
    --- PASS: TestAccKafkaConnectCustomPluginDataSource_basic (87.75s)
    === CONT  TestAccKafkaConnectCustomPlugin_objectVersion
    --- PASS: TestAccKafkaConnectCustomPlugin_description (89.30s)
    === CONT  TestAccKafkaConnectCustomPlugin_basic
    --- PASS: TestAccKafkaConnectCustomPlugin_objectVersion (47.41s)
    --- PASS: TestAccKafkaConnectCustomPlugin_basic (47.08s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/kafkaconnect	142.592s
    ewbankkit committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    d98395e View commit details
    Browse the repository at this point in the history
  3. Complete documentation.

    ewbankkit committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    8080900 View commit details
    Browse the repository at this point in the history
  4. r/aws_mskconnect_connector: Passing acceptance test.

    Acceptance test output:
    
    % AWS_DEFAULT_REGION=us-east-1 make testacc TESTS=TestAccKafkaConnectConnector_ PKG=kafkaconnect
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/kafkaconnect/... -v -count 1 -parallel 20 -run='TestAccKafkaConnectConnector_'  -timeout 180m
    === RUN   TestAccKafkaConnectConnector_basic
    === PAUSE TestAccKafkaConnectConnector_basic
    === CONT  TestAccKafkaConnectConnector_basic
    --- PASS: TestAccKafkaConnectConnector_basic (1877.87s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/kafkaconnect	1881.927s
    ewbankkit committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    c15ed5a View commit details
    Browse the repository at this point in the history
  5. r/aws_mskconnect_custom_plugin: Add 'TestAccKafkaConnectCustomPlugin_…

    …disappears'.
    
    Acceptance test output:
    
    % make testacc TESTS=TestAccKafkaConnectCustomPlugin PKG=kafkaconnect ACCTEST_PARALLELISM=2
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/kafkaconnect/... -v -count 1 -parallel 2 -run='TestAccKafkaConnectCustomPlugin'  -timeout 180m
    === RUN   TestAccKafkaConnectCustomPluginDataSource_basic
    === PAUSE TestAccKafkaConnectCustomPluginDataSource_basic
    === RUN   TestAccKafkaConnectCustomPlugin_basic
    === PAUSE TestAccKafkaConnectCustomPlugin_basic
    === RUN   TestAccKafkaConnectCustomPlugin_disappears
    === PAUSE TestAccKafkaConnectCustomPlugin_disappears
    === RUN   TestAccKafkaConnectCustomPlugin_description
    === PAUSE TestAccKafkaConnectCustomPlugin_description
    === RUN   TestAccKafkaConnectCustomPlugin_objectVersion
    === PAUSE TestAccKafkaConnectCustomPlugin_objectVersion
    === CONT  TestAccKafkaConnectCustomPluginDataSource_basic
    === CONT  TestAccKafkaConnectCustomPlugin_description
    --- PASS: TestAccKafkaConnectCustomPluginDataSource_basic (42.15s)
    === CONT  TestAccKafkaConnectCustomPlugin_disappears
    --- PASS: TestAccKafkaConnectCustomPlugin_description (49.43s)
    === CONT  TestAccKafkaConnectCustomPlugin_basic
    --- PASS: TestAccKafkaConnectCustomPlugin_disappears (41.17s)
    === CONT  TestAccKafkaConnectCustomPlugin_objectVersion
    --- PASS: TestAccKafkaConnectCustomPlugin_basic (41.36s)
    --- PASS: TestAccKafkaConnectCustomPlugin_objectVersion (40.76s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/kafkaconnect	128.293s
    ewbankkit committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    ac06ae9 View commit details
    Browse the repository at this point in the history
  6. r+d/aws_mskconnect_worker_configuration: Switch to 'WithoutTimeout' C…

    …RUD handler signatures (#15090).
    
    Acceptance test output:
    
    % make testacc TESTS=TestAccKafkaConnectWorkerConfiguration PKG=kafkaconnect ACCTEST_PARALLELISM=2
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/kafkaconnect/... -v -count 1 -parallel 2 -run='TestAccKafkaConnectWorkerConfiguration'  -timeout 180m
    === RUN   TestAccKafkaConnectWorkerConfigurationDataSource_basic
    === PAUSE TestAccKafkaConnectWorkerConfigurationDataSource_basic
    === RUN   TestAccKafkaConnectWorkerConfiguration_basic
    === PAUSE TestAccKafkaConnectWorkerConfiguration_basic
    === RUN   TestAccKafkaConnectWorkerConfiguration_description
    === PAUSE TestAccKafkaConnectWorkerConfiguration_description
    === CONT  TestAccKafkaConnectWorkerConfigurationDataSource_basic
    === CONT  TestAccKafkaConnectWorkerConfiguration_description
    --- PASS: TestAccKafkaConnectWorkerConfiguration_description (18.52s)
    === CONT  TestAccKafkaConnectWorkerConfiguration_basic
    --- PASS: TestAccKafkaConnectWorkerConfigurationDataSource_basic (22.36s)
    --- PASS: TestAccKafkaConnectWorkerConfiguration_basic (16.57s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/kafkaconnect	39.258s
    ewbankkit committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    111aebb View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

  1. r/aws_mskconnect_connector: Add 'TestAccKafkaConnectConnector_disappe…

    …ars' and 'TestAccKafkaConnectConnector_update'.
    
    Acceptance test output:
    
    % AWS_DEFAULT_REGION=us-east-1 make testacc TESTS=TestAccKafkaConnectConnector PKG=kafkaconnect ACCTEST_PARALLELISM=2
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/kafkaconnect/... -v -count 1 -parallel 2 -run='TestAccKafkaConnectConnector'  -timeout 180m
    === RUN   TestAccKafkaConnectConnectorDataSource_basic
    === PAUSE TestAccKafkaConnectConnectorDataSource_basic
    === RUN   TestAccKafkaConnectConnector_basic
    === PAUSE TestAccKafkaConnectConnector_basic
    === RUN   TestAccKafkaConnectConnector_disappears
    === PAUSE TestAccKafkaConnectConnector_disappears
    === RUN   TestAccKafkaConnectConnector_update
    === PAUSE TestAccKafkaConnectConnector_update
    === CONT  TestAccKafkaConnectConnectorDataSource_basic
    === CONT  TestAccKafkaConnectConnector_disappears
    --- PASS: TestAccKafkaConnectConnector_disappears (2211.69s)
    === CONT  TestAccKafkaConnectConnector_basic
    --- PASS: TestAccKafkaConnectConnectorDataSource_basic (2211.72s)
    === CONT  TestAccKafkaConnectConnector_update
    --- PASS: TestAccKafkaConnectConnector_update (2762.06s)
    --- PASS: TestAccKafkaConnectConnector_basic (2541.67s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/kafkaconnect	4760.897s
    ewbankkit committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    56880a7 View commit details
    Browse the repository at this point in the history