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 msk-vpc-connection #32775

Merged
merged 50 commits into from
Aug 10, 2023
Merged

Commits on Jul 31, 2023

  1. tests run succesfully

    markoskandylis committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    e690eca View commit details
    Browse the repository at this point in the history
  2. fixed issues

    markoskandylis committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    b54fb1e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a4063a View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Configuration menu
    Copy the full SHA
    5a5b0b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    027cbd7 View commit details
    Browse the repository at this point in the history
  3. r/aws_msk_vpc_connection: 'missing required field, CreateVpcConnectio…

    …nInput.SecurityGroups'.
    ewbankkit committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    8fa3ca5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    416bb2e View commit details
    Browse the repository at this point in the history
  5. Merge branch 'main' into HEAD

    # Conflicts:
    #	go.mod
    #	go.sum
    ewbankkit committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    67f5176 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

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

Commits on Aug 7, 2023

  1. Merge branch 'main' into HEAD

    # Conflicts:
    #	go.mod
    #	go.sum
    #	names/names_data.csv
    ewbankkit committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    44947bd View commit details
    Browse the repository at this point in the history
  2. Fix terrafmt errors.

    ewbankkit committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    1b5ae0e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    188e23a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    610e7f4 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'f-msk-vpc-connection' of github.com:markoskandylis/terr…

    …aform-provider-aws into f-msk-vpc-connection
    markoskandylis committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    ce10583 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    b69af21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9fb069 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e90ded View commit details
    Browse the repository at this point in the history
  4. Added the data test

    markoskandylis committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    3020d29 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Configuration menu
    Copy the full SHA
    055e64e View commit details
    Browse the repository at this point in the history
  2. 'flattenVPCCOnnectivityClientAuthentication' -> 'flattenVPCConnectivi…

    …tyClientAuthentication'.
    ewbankkit committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    ef0ee18 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a9b5782 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    988c450 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c9197f9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    72185c0 View commit details
    Browse the repository at this point in the history
  7. r/aws_msk_cluster: Add 'TestAccKafkaCluster_BrokerNodeGroupInfo_vpcCo…

    …nnectivity'.
    
    Acceptance test output:
    
    % make testacc TESTARGS='-run=TestAccKafkaCluster_BrokerNodeGroupInfo_vpcConnectivity' PKG=kafka
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/kafka/... -v -count 1 -parallel 20  -run=TestAccKafkaCluster_BrokerNodeGroupInfo_vpcConnectivity -timeout 180m
    === RUN   TestAccKafkaCluster_BrokerNodeGroupInfo_vpcConnectivity
    === PAUSE TestAccKafkaCluster_BrokerNodeGroupInfo_vpcConnectivity
    === CONT  TestAccKafkaCluster_BrokerNodeGroupInfo_vpcConnectivity
    --- PASS: TestAccKafkaCluster_BrokerNodeGroupInfo_vpcConnectivity (6333.67s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/kafka	6338.741s
    ewbankkit committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    e953f21 View commit details
    Browse the repository at this point in the history
  8. r/aws_msk_vpc_connection: Fix 'BadRequestException: VPC vpc-04cbe0a42…

    …43c5c8d0 doesn’t have DNS hostnames enabled. Enable DNS hostnames for this VPC or specify a different VPC with DNS hostnames enabled, then try again'.
    ewbankkit committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    57837bd View commit details
    Browse the repository at this point in the history
  9. r/aws_msk_broker: Add 'bootstrap_brokers_vpc_connectivity_sasl_iam', …

    …'bootstrap_brokers_vpc_connectivity_sasl_scram' and 'bootstrap_brokers_vpc_connectivity_tls' attributes.
    ewbankkit committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    d4df2d1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7f6f3e3 View commit details
    Browse the repository at this point in the history
  11. Acceptance test output:

    % make testacc TESTARGS='-run=TestAccKafkaCluster_basic\|TestAccKafkaVPCConnection_basic' PKG=kafka
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/kafka/... -v -count 1 -parallel 20  -run=TestAccKafkaCluster_basic\|TestAccKafkaVPCConnection_basic -timeout 180m
    === RUN   TestAccKafkaCluster_basic
    === PAUSE TestAccKafkaCluster_basic
    === RUN   TestAccKafkaVPCConnection_basic
    === PAUSE TestAccKafkaVPCConnection_basic
    === CONT  TestAccKafkaCluster_basic
    === CONT  TestAccKafkaVPCConnection_basic
    --- PASS: TestAccKafkaCluster_basic (2128.57s)
    --- PASS: TestAccKafkaVPCConnection_basic (6438.21s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/kafka	6443.618s
    ewbankkit committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    3a77561 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b5fbebe View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2829efd View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c4941e1 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d1a207e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c5ed152 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    143a26e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    cd33961 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    6d25502 View commit details
    Browse the repository at this point in the history
  20. Merge branch 'main' into HEAD

    # Conflicts:
    #	go.mod
    #	go.sum
    ewbankkit committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    5a1d7fa View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    25b2d02 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Added tagsv2

    markoskandylis committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    efb2b17 View commit details
    Browse the repository at this point in the history
  2. added the tags test

    markoskandylis committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    d2f8f91 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    789a275 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    421ce2b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cbdfa2b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ae2b9dd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f06725c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5b91cff View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a48694c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d23633f View commit details
    Browse the repository at this point in the history
  11. Fix typo.

    ewbankkit committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    d876af5 View commit details
    Browse the repository at this point in the history